Html Css Color HEX #C88EEB Wisteria

📋 copy color: '#C88EEB'

red 200 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #C88EEB

Tints of Wisteria #C88EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 34.66%
G = 24.61%
B = 40.73%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C88EEB (or 0xC88EEB) is known color: Wisteria. HEX triplet: C8, 8E and EB. RGB value is (200,142,235). Sum of RGB (Red+Green+Blue) = 200+142+235=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #C88EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EEB is #377114. Grayscale: #A9A9A9. Windows color (decimal): -3633429 or 15437512. OLE color: 15437512.

HSL color Cylindrical-coordinate representation of color #C88EEB: hue angle of 277.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88EEB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 142 235 -
CMYK 0.15 0.40 0 0.08
HSL 277.42º 0.7% 0.74% -
HSV(B) 277.42º 0.4% 0.92% -
XYZ 48.49 37.62 83.3 -
YUV 169.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 200 142 235 0.15 0.40 0 0.08 277.42 0.7 0.74
Hex C8 8E EB F 28 0 8 115 46 4A
Octal 310 216 353 17 50 0 10 425 106 112
Binary 11001000 10001110 11101011 1111 101000 0 1000 100010101 1000110 1001010

Color Harmonies of #C88EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88EEB

Black with #C88EEB

Text Example


Text Example

White with #C88EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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