Html Css Color HEX #C685DE Wisteria

📋 copy color: '#C685DE'

red 198 ◦ green 133 ◦ blue 222

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

Shades of Wisteria #C685DE

Tints of Wisteria #C685DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 35.8%
G = 24.05%
B = 40.14%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C685DE (or 0xC685DE) is known color: Wisteria. HEX triplet: C6, 85 and DE. RGB value is (198,133,222). Sum of RGB (Red+Green+Blue) = 198+133+222=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #C685DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685DE is #397A21. Grayscale: #A2A2A2. Windows color (decimal): -3766818 or 14583238. OLE color: 14583238.

HSL color Cylindrical-coordinate representation of color #C685DE: hue angle of 283.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C685DE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 133 222 -
CMYK 0.11 0.40 0 0.13
HSL 283.82º 0.57% 0.7% -
HSV(B) 283.82º 0.4% 0.87% -
XYZ 44.86 34.05 73.32 -
YUV 162.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 198 133 222 0.11 0.40 0 0.13 283.82 0.57 0.7
Hex C6 85 DE B 28 0 D 11C 39 46
Octal 306 205 336 13 50 0 15 434 71 106
Binary 11000110 10000101 11011110 1011 101000 0 1101 100011100 111001 1000110

Color Harmonies of #C685DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685DE

Black with #C685DE

Text Example


Text Example

White with #C685DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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