Html Css Color HEX #C08EDE Wisteria

📋 copy color: '#C08EDE'

red 192 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C08EDE

Tints of Wisteria #C08EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.54%

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 34.53%
G = 25.54%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C08EDE (or 0xC08EDE) is known color: Wisteria. HEX triplet: C0, 8E and DE. RGB value is (192,142,222). Sum of RGB (Red+Green+Blue) = 192+142+222=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #C08EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EDE is #3F7121. Grayscale: #A5A5A5. Windows color (decimal): -4157730 or 14585536. OLE color: 14585536.

HSL color Cylindrical-coordinate representation of color #C08EDE: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C08EDE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 142 222 -
CMYK 0.14 0.36 0 0.13
HSL 277.5º 0.55% 0.71% -
HSV(B) 277.5º 0.36% 0.87% -
XYZ 44.6 35.83 73.67 -
YUV 166.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 192 142 222 0.14 0.36 0 0.13 277.5 0.55 0.71
Hex C0 8E DE E 24 0 D 116 37 47
Octal 300 216 336 16 44 0 15 426 67 107
Binary 11000000 10001110 11011110 1110 100100 0 1101 100010110 110111 1000111

Color Harmonies of #C08EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EDE

Black with #C08EDE

Text Example


Text Example

White with #C08EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EDE; }

 p { color: rgb(192,142,222); }

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

background-color css

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

 a { background-color: rgb(192,142,222); }

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

border-color css

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

 span { border-color: rgb(192,142,222); }

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