Html Css Color HEX #C88EDB Wisteria

📋 copy color: '#C88EDB'

red 200 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #C88EDB

Tints of Wisteria #C88EDB

RGB

 RED value IS 200 (78.52% from 255) = 35.65%

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 35.65%
G = 25.31%
B = 39.04%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C88EDB (or 0xC88EDB) is known color: Wisteria. HEX triplet: C8, 8E and DB. RGB value is (200,142,219). Sum of RGB (Red+Green+Blue) = 200+142+219=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EDB is #377124. Grayscale: #A7A7A7. Windows color (decimal): -3633445 or 14388936. OLE color: 14388936.

HSL color Cylindrical-coordinate representation of color #C88EDB: hue angle of 285.19º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88EDB is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 142 219 -
CMYK 0.09 0.35 0 0.14
HSL 285.19º 0.52% 0.71% -
HSV(B) 285.19º 0.35% 0.86% -
XYZ 46.28 36.74 71.67 -
YUV 168.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 200 142 219 0.09 0.35 0 0.14 285.19 0.52 0.71
Hex C8 8E DB 9 23 0 E 11D 34 47
Octal 310 216 333 11 43 0 16 435 64 107
Binary 11001000 10001110 11011011 1001 100011 0 1110 100011101 110100 1000111

Color Harmonies of #C88EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88EDB

Black with #C88EDB

Text Example


Text Example

White with #C88EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88EDB; }

 p { color: rgb(200,142,219); }

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

background-color css

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

 a { background-color: rgb(200,142,219); }

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

border-color css

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

 span { border-color: rgb(200,142,219); }

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