Html Css Color HEX #C685ED Wisteria

📋 copy color: '#C685ED'

red 198 ◦ green 133 ◦ blue 237

#C685ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C685ED

Tints of Wisteria #C685ED

RGB

 RED value IS 198 (77.73% from 255) = 34.86%

 GREEN value IS 133 (52.34% from 255) = 23.42%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 34.86%
G = 23.42%
B = 41.73%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C685ED (or 0xC685ED) is known color: Wisteria. HEX triplet: C6, 85 and ED. RGB value is (198,133,237). Sum of RGB (Red+Green+Blue) = 198+133+237=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #C685ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685ED is #397A12. Grayscale: #A3A3A3. Windows color (decimal): -3766803 or 15566278. OLE color: 15566278.

HSL color Cylindrical-coordinate representation of color #C685ED: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C685ED is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 133 237 -
CMYK 0.16 0.44 0 0.07
HSL 277.5º 0.74% 0.73% -
HSV(B) 277.5º 0.44% 0.93% -
XYZ 46.96 34.9 84.38 -
YUV 164.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 198 133 237 0.16 0.44 0 0.07 277.5 0.74 0.73
Hex C6 85 ED 10 2C 0 7 116 4A 49
Octal 306 205 355 20 54 0 7 426 112 111
Binary 11000110 10000101 11101101 10000 101100 0 111 100010110 1001010 1001001

Color Harmonies of #C685ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685ED

Black with #C685ED

Text Example


Text Example

White with #C685ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685ED; }

 p { color: rgb(198,133,237); }

 H1.HeaderClassName
 {
   color: #C685ED;
 }
 .AnyTagClassName
 {
   color: #C685ED;
 }
</style>

background-color css

<style>
 a { background-color: #C685ED; }

 a { background-color: rgb(198,133,237); }

 div.DivClassName
 {
   background-color: #C685ED;
 }
 .BgClassName
 {
   background-color: #C685ED;
 }
</style>

border-color css

<style>
 span { border-color: #C685ED; }

 span { border-color: rgb(198,133,237); }

 td.TdClassName
 {
   border-color: #C685ED;
 }
 .TagClassName
 {
   border-color: #C685ED;
 }
</style>