Html Css Color HEX #C88EEA Wisteria

📋 copy color: '#C88EEA'

red 200 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #C88EEA

Tints of Wisteria #C88EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 34.72%
G = 24.65%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C88EEA (or 0xC88EEA) is known color: Wisteria. HEX triplet: C8, 8E and EA. RGB value is (200,142,234). Sum of RGB (Red+Green+Blue) = 200+142+234=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C88EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EEA is #377115. Grayscale: #A9A9A9. Windows color (decimal): -3633430 or 15371976. OLE color: 15371976.

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

Color convert

RGB 200 142 234 -
CMYK 0.15 0.39 0 0.08
HSL 277.83º 0.69% 0.74% -
HSV(B) 277.83º 0.39% 0.92% -
XYZ 48.34 37.57 82.54 -
YUV 169.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 200 142 234 0.15 0.39 0 0.08 277.83 0.69 0.74
Hex C8 8E EA F 27 0 8 116 45 4A
Octal 310 216 352 17 47 0 10 426 105 112
Binary 11001000 10001110 11101010 1111 100111 0 1000 100010110 1000101 1001010

Color Harmonies of #C88EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88EEA

Black with #C88EEA

Text Example


Text Example

White with #C88EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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