Html Css Color HEX #CC8FEC Wisteria

📋 copy color: '#CC8FEC'

red 204 ◦ green 143 ◦ blue 236

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

Shades of Wisteria #CC8FEC

Tints of Wisteria #CC8FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.53%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 34.99%
G = 24.53%
B = 40.48%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8FEC (or 0xCC8FEC) is known color: Wisteria. HEX triplet: CC, 8F and EC. RGB value is (204,143,236). Sum of RGB (Red+Green+Blue) = 204+143+236=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FEC is #337013. Grayscale: #ABABAB. Windows color (decimal): -3371028 or 15503308. OLE color: 15503308.

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

Color convert

RGB 204 143 236 -
CMYK 0.14 0.39 0 0.07
HSL 279.35º 0.71% 0.74% -
HSV(B) 279.35º 0.39% 0.93% -
XYZ 49.86 38.54 84.17 -
YUV 171.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 204 143 236 0.14 0.39 0 0.07 279.35 0.71 0.74
Hex CC 8F EC E 27 0 7 117 47 4A
Octal 314 217 354 16 47 0 7 427 107 112
Binary 11001100 10001111 11101100 1110 100111 0 111 100010111 1000111 1001010

Color Harmonies of #CC8FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FEC

Black with #CC8FEC

Text Example


Text Example

White with #CC8FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FEC; }

 p { color: rgb(204,143,236); }

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

background-color css

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

 a { background-color: rgb(204,143,236); }

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

border-color css

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

 span { border-color: rgb(204,143,236); }

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