Html Css Color HEX #CC8CEA Wisteria

📋 copy color: '#CC8CEA'

red 204 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #CC8CEA

Tints of Wisteria #CC8CEA

RGB

 RED value IS 204 (80.08% from 255) = 35.29%

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

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

R = 35.29%
G = 24.22%
B = 40.48%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC8CEA (or 0xCC8CEA) is known color: Wisteria. HEX triplet: CC, 8C and EA. RGB value is (204,140,234). Sum of RGB (Red+Green+Blue) = 204+140+234=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CEA is #337315. Grayscale: #A9A9A9. Windows color (decimal): -3371798 or 15371468. OLE color: 15371468.

HSL color Cylindrical-coordinate representation of color #CC8CEA: hue angle of 280.85º 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 #CC8CEA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 140 234 -
CMYK 0.13 0.40 0 0.08
HSL 280.85º 0.69% 0.73% -
HSV(B) 280.85º 0.4% 0.92% -
XYZ 49.13 37.53 82.5 -
YUV 169.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 204 140 234 0.13 0.40 0 0.08 280.85 0.69 0.73
Hex CC 8C EA D 28 0 8 119 45 49
Octal 314 214 352 15 50 0 10 431 105 111
Binary 11001100 10001100 11101010 1101 101000 0 1000 100011001 1000101 1001001

Color Harmonies of #CC8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CEA

Black with #CC8CEA

Text Example


Text Example

White with #CC8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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