Html Css Color HEX #C09ECC Wisteria

📋 copy color: '#C09ECC'

red 192 ◦ green 158 ◦ blue 204

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

Shades of Wisteria #C09ECC

Tints of Wisteria #C09ECC

RGB

 RED value IS 192 (75.39% from 255) = 34.66%

 GREEN value IS 158 (62.11% from 255) = 28.52%

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 34.66%
G = 28.52%
B = 36.82%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C09ECC (or 0xC09ECC) is known color: Wisteria. HEX triplet: C0, 9E and CC. RGB value is (192,158,204). Sum of RGB (Red+Green+Blue) = 192+158+204=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ECC is #3F6133. Grayscale: #ADADAD. Windows color (decimal): -4153652 or 13409984. OLE color: 13409984.

HSL color Cylindrical-coordinate representation of color #C09ECC: hue angle of 284.35º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09ECC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 158 204 -
CMYK 0.06 0.23 0 0.2
HSL 284.35º 0.31% 0.71% -
HSV(B) 284.35º 0.23% 0.8% -
XYZ 44.86 40.02 62.49 -
YUV 173.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 192 158 204 0.06 0.23 0 0.2 284.35 0.31 0.71
Hex C0 9E CC 6 17 0 14 11C 1F 47
Octal 300 236 314 6 27 0 24 434 37 107
Binary 11000000 10011110 11001100 110 10111 0 10100 100011100 11111 1000111

Color Harmonies of #C09ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ECC

Black with #C09ECC

Text Example


Text Example

White with #C09ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ECC; }

 p { color: rgb(192,158,204); }

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

background-color css

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

 a { background-color: rgb(192,158,204); }

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

border-color css

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

 span { border-color: rgb(192,158,204); }

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