Html Css Color HEX #C09ECF Wisteria

📋 copy color: '#C09ECF'

red 192 ◦ green 158 ◦ blue 207

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

Shades of Wisteria #C09ECF

Tints of Wisteria #C09ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

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

R = 34.47%
G = 28.37%
B = 37.16%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C09ECF (or 0xC09ECF) is known color: Wisteria. HEX triplet: C0, 9E and CF. RGB value is (192,158,207). Sum of RGB (Red+Green+Blue) = 192+158+207=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ECF is #3F6130. Grayscale: #ADADAD. Windows color (decimal): -4153649 or 13606592. OLE color: 13606592.

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

Color convert

RGB 192 158 207 -
CMYK 0.07 0.24 0 0.19
HSL 281.63º 0.34% 0.72% -
HSV(B) 281.63º 0.24% 0.81% -
XYZ 45.23 40.17 64.4 -
YUV 173.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 192 158 207 0.07 0.24 0 0.19 281.63 0.34 0.72
Hex C0 9E CF 7 18 0 13 11A 22 48
Octal 300 236 317 7 30 0 23 432 42 110
Binary 11000000 10011110 11001111 111 11000 0 10011 100011010 100010 1001000

Color Harmonies of #C09ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09ECF

Black with #C09ECF

Text Example


Text Example

White with #C09ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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