Html Css Color HEX #C09BCD Wisteria

📋 copy color: '#C09BCD'

red 192 ◦ green 155 ◦ blue 205

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

Shades of Wisteria #C09BCD

Tints of Wisteria #C09BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.08%

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 34.78%
G = 28.08%
B = 37.14%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C09BCD (or 0xC09BCD) is known color: Wisteria. HEX triplet: C0, 9B and CD. RGB value is (192,155,205). Sum of RGB (Red+Green+Blue) = 192+155+205=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C09BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCD is #3F6432. Grayscale: #ABABAB. Windows color (decimal): -4154419 or 13474752. OLE color: 13474752.

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

Color convert

RGB 192 155 205 -
CMYK 0.06 0.24 0 0.20
HSL 284.4º 0.33% 0.71% -
HSV(B) 284.4º 0.24% 0.8% -
XYZ 44.48 39.06 62.95 -
YUV 171.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 192 155 205 0.06 0.24 0 0.20 284.4 0.33 0.71
Hex C0 9B CD 6 18 0 14 11C 21 47
Octal 300 233 315 6 30 0 24 434 41 107
Binary 11000000 10011011 11001101 110 11000 0 10100 100011100 100001 1000111

Color Harmonies of #C09BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BCD

Black with #C09BCD

Text Example


Text Example

White with #C09BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BCD; }

 p { color: rgb(192,155,205); }

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

background-color css

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

 a { background-color: rgb(192,155,205); }

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

border-color css

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

 span { border-color: rgb(192,155,205); }

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