Html Css Color HEX #C88EDE Wisteria

📋 copy color: '#C88EDE'

red 200 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C88EDE

Tints of Wisteria #C88EDE

RGB

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

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

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

R = 35.46%
G = 25.18%
B = 39.36%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C88EDE (or 0xC88EDE) is known color: Wisteria. HEX triplet: C8, 8E and DE. RGB value is (200,142,222). Sum of RGB (Red+Green+Blue) = 200+142+222=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C88EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EDE is #377121. Grayscale: #A8A8A8. Windows color (decimal): -3633442 or 14585544. OLE color: 14585544.

HSL color Cylindrical-coordinate representation of color #C88EDE: hue angle of 283.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 #C88EDE is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 142 222 -
CMYK 0.10 0.36 0 0.13
HSL 283.5º 0.55% 0.71% -
HSV(B) 283.5º 0.36% 0.87% -
XYZ 46.68 36.9 73.77 -
YUV 168.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 200 142 222 0.10 0.36 0 0.13 283.5 0.55 0.71
Hex C8 8E DE A 24 0 D 11C 37 47
Octal 310 216 336 12 44 0 15 434 67 107
Binary 11001000 10001110 11011110 1010 100100 0 1101 100011100 110111 1000111

Color Harmonies of #C88EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88EDE

Black with #C88EDE

Text Example


Text Example

White with #C88EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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