Html Css Color HEX #C09FCB Wisteria

📋 copy color: '#C09FCB'

red 192 ◦ green 159 ◦ blue 203

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

Shades of Wisteria #C09FCB

Tints of Wisteria #C09FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.7%

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 34.66%
G = 28.7%
B = 36.64%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C09FCB (or 0xC09FCB) is known color: Wisteria. HEX triplet: C0, 9F and CB. RGB value is (192,159,203). Sum of RGB (Red+Green+Blue) = 192+159+203=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #C09FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCB is #3F6034. Grayscale: #ADADAD. Windows color (decimal): -4153397 or 13344704. OLE color: 13344704.

HSL color Cylindrical-coordinate representation of color #C09FCB: hue angle of 285º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09FCB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 159 203 -
CMYK 0.05 0.22 0 0.20
HSL 285º 0.3% 0.71% -
HSV(B) 285º 0.22% 0.8% -
XYZ 44.92 40.31 61.91 -
YUV 173.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 192 159 203 0.05 0.22 0 0.20 285 0.3 0.71
Hex C0 9F CB 5 16 0 14 11D 1E 47
Octal 300 237 313 5 26 0 24 435 36 107
Binary 11000000 10011111 11001011 101 10110 0 10100 100011101 11110 1000111

Color Harmonies of #C09FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FCB

Black with #C09FCB

Text Example


Text Example

White with #C09FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FCB; }

 p { color: rgb(192,159,203); }

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

background-color css

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

 a { background-color: rgb(192,159,203); }

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

border-color css

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

 span { border-color: rgb(192,159,203); }

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