Html Css Color HEX #C09BCF Wisteria

📋 copy color: '#C09BCF'

red 192 ◦ green 155 ◦ blue 207

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

Shades of Wisteria #C09BCF

Tints of Wisteria #C09BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 34.66%
G = 27.98%
B = 37.36%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C09BCF (or 0xC09BCF) is known color: Wisteria. HEX triplet: C0, 9B and CF. RGB value is (192,155,207). Sum of RGB (Red+Green+Blue) = 192+155+207=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCF is #3F6430. Grayscale: #ABABAB. Windows color (decimal): -4154417 or 13605824. OLE color: 13605824.

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

Color convert

RGB 192 155 207 -
CMYK 0.07 0.25 0 0.19
HSL 282.69º 0.35% 0.71% -
HSV(B) 282.69º 0.25% 0.81% -
XYZ 44.72 39.15 64.23 -
YUV 171.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 192 155 207 0.07 0.25 0 0.19 282.69 0.35 0.71
Hex C0 9B CF 7 19 0 13 11B 23 47
Octal 300 233 317 7 31 0 23 433 43 107
Binary 11000000 10011011 11001111 111 11001 0 10011 100011011 100011 1000111

Color Harmonies of #C09BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BCF

Black with #C09BCF

Text Example


Text Example

White with #C09BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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