Html Css Color HEX #C88CEA Wisteria

📋 copy color: '#C88CEA'

red 200 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #C88CEA

Tints of Wisteria #C88CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.39%

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

R = 34.84%
G = 24.39%
B = 40.77%

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

#C88CEA (or 0xC88CEA) is known color: Wisteria. HEX triplet: C8, 8C and EA. RGB value is (200,140,234). Sum of RGB (Red+Green+Blue) = 200+140+234=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #C88CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CEA is #377315. Grayscale: #A8A8A8. Windows color (decimal): -3633942 or 15371464. OLE color: 15371464.

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

Color convert

RGB 200 140 234 -
CMYK 0.15 0.40 0 0.08
HSL 278.3º 0.69% 0.73% -
HSV(B) 278.3º 0.4% 0.92% -
XYZ 48.05 36.98 82.45 -
YUV 168.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 200 140 234 0.15 0.40 0 0.08 278.3 0.69 0.73
Hex C8 8C EA F 28 0 8 116 45 49
Octal 310 214 352 17 50 0 10 426 105 111
Binary 11001000 10001100 11101010 1111 101000 0 1000 100010110 1000101 1001001

Color Harmonies of #C88CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CEA

Black with #C88CEA

Text Example


Text Example

White with #C88CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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