Html Css Color HEX #CC8ED7 Wisteria

📋 copy color: '#CC8ED7'

red 204 ◦ green 142 ◦ blue 215

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

Shades of Wisteria #CC8ED7

Tints of Wisteria #CC8ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 36.36%
G = 25.31%
B = 38.32%

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

#CC8ED7 (or 0xCC8ED7) is known color: Wisteria. HEX triplet: CC, 8E and D7. RGB value is (204,142,215). Sum of RGB (Red+Green+Blue) = 204+142+215=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC8ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ED7 is #337128. Grayscale: #A8A8A8. Windows color (decimal): -3371305 or 14126796. OLE color: 14126796.

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

Color convert

RGB 204 142 215 -
CMYK 0.05 0.34 0 0.16
HSL 290.96º 0.48% 0.7% -
HSV(B) 290.96º 0.34% 0.84% -
XYZ 46.84 37.09 68.98 -
YUV 168.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 204 142 215 0.05 0.34 0 0.16 290.96 0.48 0.7
Hex CC 8E D7 5 22 0 10 123 30 46
Octal 314 216 327 5 42 0 20 443 60 106
Binary 11001100 10001110 11010111 101 100010 0 10000 100100011 110000 1000110

Color Harmonies of #CC8ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8ED7

Black with #CC8ED7

Text Example


Text Example

White with #CC8ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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