Html Css Color HEX #CC8ED6 Wisteria

📋 copy color: '#CC8ED6'

red 204 ◦ green 142 ◦ blue 214

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

Shades of Wisteria #CC8ED6

Tints of Wisteria #CC8ED6

RGB

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

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

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

R = 36.43%
G = 25.36%
B = 38.21%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC8ED6 (or 0xCC8ED6) is known color: Wisteria. HEX triplet: CC, 8E and D6. RGB value is (204,142,214). Sum of RGB (Red+Green+Blue) = 204+142+214=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC8ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ED6 is #337129. Grayscale: #A8A8A8. Windows color (decimal): -3371306 or 14061260. OLE color: 14061260.

HSL color Cylindrical-coordinate representation of color #CC8ED6: hue angle of 291.67º 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 #CC8ED6 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 142 214 -
CMYK 0.05 0.34 0 0.16
HSL 291.67º 0.47% 0.7% -
HSV(B) 291.67º 0.34% 0.84% -
XYZ 46.71 37.04 68.31 -
YUV 168.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 204 142 214 0.05 0.34 0 0.16 291.67 0.47 0.7
Hex CC 8E D6 5 22 0 10 124 2F 46
Octal 314 216 326 5 42 0 20 444 57 106
Binary 11001100 10001110 11010110 101 100010 0 10000 100100100 101111 1000110

Color Harmonies of #CC8ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8ED6

Black with #CC8ED6

Text Example


Text Example

White with #CC8ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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