Html Css Color HEX #CC8EEF Wisteria

📋 copy color: '#CC8EEF'

red 204 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #CC8EEF

Tints of Wisteria #CC8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 34.87%
G = 24.27%
B = 40.85%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC8EEF (or 0xCC8EEF) is known color: Wisteria. HEX triplet: CC, 8E and EF. RGB value is (204,142,239). Sum of RGB (Red+Green+Blue) = 204+142+239=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EEF is #337110. Grayscale: #ABABAB. Windows color (decimal): -3371281 or 15699660. OLE color: 15699660.

HSL color Cylindrical-coordinate representation of color #CC8EEF: hue angle of 278.35º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8EEF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 142 239 -
CMYK 0.15 0.41 0 0.06
HSL 278.35º 0.75% 0.75% -
HSV(B) 278.35º 0.41% 0.94% -
XYZ 50.15 38.42 86.43 -
YUV 171.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 204 142 239 0.15 0.41 0 0.06 278.35 0.75 0.75
Hex CC 8E EF F 29 0 6 116 4B 4B
Octal 314 216 357 17 51 0 6 426 113 113
Binary 11001100 10001110 11101111 1111 101001 0 110 100010110 1001011 1001011

Color Harmonies of #CC8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EEF

Black with #CC8EEF

Text Example


Text Example

White with #CC8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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