Html Css Color HEX #CC8EED Wisteria

📋 copy color: '#CC8EED'

red 204 ◦ green 142 ◦ blue 237

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

Shades of Wisteria #CC8EED

Tints of Wisteria #CC8EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 34.99%
G = 24.36%
B = 40.65%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8EED (or 0xCC8EED) is known color: Wisteria. HEX triplet: CC, 8E and ED. RGB value is (204,142,237). Sum of RGB (Red+Green+Blue) = 204+142+237=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EED is #337112. Grayscale: #ABABAB. Windows color (decimal): -3371283 or 15568588. OLE color: 15568588.

HSL color Cylindrical-coordinate representation of color #CC8EED: hue angle of 279.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC8EED is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 142 237 -
CMYK 0.14 0.40 0 0.07
HSL 279.16º 0.73% 0.74% -
HSV(B) 279.16º 0.4% 0.93% -
XYZ 49.86 38.3 84.89 -
YUV 171.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 204 142 237 0.14 0.40 0 0.07 279.16 0.73 0.74
Hex CC 8E ED E 28 0 7 117 49 4A
Octal 314 216 355 16 50 0 7 427 111 112
Binary 11001100 10001110 11101101 1110 101000 0 111 100010111 1001001 1001010

Color Harmonies of #CC8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EED

Black with #CC8EED

Text Example


Text Example

White with #CC8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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