Html Css Color HEX #C09CDC Wisteria

📋 copy color: '#C09CDC'

red 192 ◦ green 156 ◦ blue 220

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

Shades of Wisteria #C09CDC

Tints of Wisteria #C09CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 33.8%
G = 27.46%
B = 38.73%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C09CDC (or 0xC09CDC) is known color: Wisteria. HEX triplet: C0, 9C and DC. RGB value is (192,156,220). Sum of RGB (Red+Green+Blue) = 192+156+220=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C09CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CDC is #3F6323. Grayscale: #ADADAD. Windows color (decimal): -4154148 or 14458048. OLE color: 14458048.

HSL color Cylindrical-coordinate representation of color #C09CDC: hue angle of 273.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09CDC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 156 220 -
CMYK 0.13 0.29 0 0.14
HSL 273.75º 0.48% 0.74% -
HSV(B) 273.75º 0.29% 0.86% -
XYZ 46.54 40.15 73.01 -
YUV 174.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 192 156 220 0.13 0.29 0 0.14 273.75 0.48 0.74
Hex C0 9C DC D 1D 0 E 112 30 4A
Octal 300 234 334 15 35 0 16 422 60 112
Binary 11000000 10011100 11011100 1101 11101 0 1110 100010010 110000 1001010

Color Harmonies of #C09CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CDC

Black with #C09CDC

Text Example


Text Example

White with #C09CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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