Html Css Color HEX #C88ED6 Wisteria

📋 copy color: '#C88ED6'

red 200 ◦ green 142 ◦ blue 214

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

Shades of Wisteria #C88ED6

Tints of Wisteria #C88ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 35.97%
G = 25.54%
B = 38.49%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C88ED6 (or 0xC88ED6) is known color: Wisteria. HEX triplet: C8, 8E and D6. RGB value is (200,142,214). Sum of RGB (Red+Green+Blue) = 200+142+214=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #C88ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ED6 is #377129. Grayscale: #A7A7A7. Windows color (decimal): -3633450 or 14061256. OLE color: 14061256.

HSL color Cylindrical-coordinate representation of color #C88ED6: hue angle of 288.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88ED6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 142 214 -
CMYK 0.07 0.34 0 0.16
HSL 288.33º 0.47% 0.7% -
HSV(B) 288.33º 0.34% 0.84% -
XYZ 45.63 36.48 68.25 -
YUV 167.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 200 142 214 0.07 0.34 0 0.16 288.33 0.47 0.7
Hex C8 8E D6 7 22 0 10 120 2F 46
Octal 310 216 326 7 42 0 20 440 57 106
Binary 11001000 10001110 11010110 111 100010 0 10000 100100000 101111 1000110

Color Harmonies of #C88ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88ED6

Black with #C88ED6

Text Example


Text Example

White with #C88ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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