Html Css Color HEX #C09CD2 Wisteria

📋 copy color: '#C09CD2'

red 192 ◦ green 156 ◦ blue 210

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

Shades of Wisteria #C09CD2

Tints of Wisteria #C09CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.63%

R = 34.41%
G = 27.96%
B = 37.63%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C09CD2 (or 0xC09CD2) is known color: Wisteria. HEX triplet: C0, 9C and D2. RGB value is (192,156,210). Sum of RGB (Red+Green+Blue) = 192+156+210=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #C09CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD2 is #3F632D. Grayscale: #ACACAC. Windows color (decimal): -4154158 or 13802688. OLE color: 13802688.

HSL color Cylindrical-coordinate representation of color #C09CD2: hue angle of 280º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09CD2 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 156 210 -
CMYK 0.09 0.26 0 0.18
HSL 280º 0.38% 0.72% -
HSV(B) 280º 0.26% 0.82% -
XYZ 45.26 39.64 66.24 -
YUV 172.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 192 156 210 0.09 0.26 0 0.18 280 0.38 0.72
Hex C0 9C D2 9 1A 0 12 118 26 48
Octal 300 234 322 11 32 0 22 430 46 110
Binary 11000000 10011100 11010010 1001 11010 0 10010 100011000 100110 1001000

Color Harmonies of #C09CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CD2

Black with #C09CD2

Text Example


Text Example

White with #C09CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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