Html Css Color HEX #C09CCE Wisteria

📋 copy color: '#C09CCE'

red 192 ◦ green 156 ◦ blue 206

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

Shades of Wisteria #C09CCE

Tints of Wisteria #C09CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 34.66%
G = 28.16%
B = 37.18%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C09CCE (or 0xC09CCE) is known color: Wisteria. HEX triplet: C0, 9C and CE. RGB value is (192,156,206). Sum of RGB (Red+Green+Blue) = 192+156+206=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CCE is #3F6331. Grayscale: #ACACAC. Windows color (decimal): -4154162 or 13540544. OLE color: 13540544.

HSL color Cylindrical-coordinate representation of color #C09CCE: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09CCE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 156 206 -
CMYK 0.07 0.24 0 0.19
HSL 283.2º 0.34% 0.71% -
HSV(B) 283.2º 0.24% 0.81% -
XYZ 44.77 39.44 63.65 -
YUV 172.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 192 156 206 0.07 0.24 0 0.19 283.2 0.34 0.71
Hex C0 9C CE 7 18 0 13 11B 22 47
Octal 300 234 316 7 30 0 23 433 42 107
Binary 11000000 10011100 11001110 111 11000 0 10011 100011011 100010 1000111

Color Harmonies of #C09CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CCE

Black with #C09CCE

Text Example


Text Example

White with #C09CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CCE; }

 p { color: rgb(192,156,206); }

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

background-color css

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

 a { background-color: rgb(192,156,206); }

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

border-color css

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

 span { border-color: rgb(192,156,206); }

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