Html Css Color HEX #CC8CEC Wisteria

📋 copy color: '#CC8CEC'

red 204 ◦ green 140 ◦ blue 236

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

Shades of Wisteria #CC8CEC

Tints of Wisteria #CC8CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.14%

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

R = 35.17%
G = 24.14%
B = 40.69%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8CEC (or 0xCC8CEC) is known color: Wisteria. HEX triplet: CC, 8C and EC. RGB value is (204,140,236). Sum of RGB (Red+Green+Blue) = 204+140+236=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC8CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CEC is #337313. Grayscale: #A9A9A9. Windows color (decimal): -3371796 or 15502540. OLE color: 15502540.

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

Color convert

RGB 204 140 236 -
CMYK 0.14 0.41 0 0.07
HSL 280º 0.72% 0.74% -
HSV(B) 280º 0.41% 0.93% -
XYZ 49.42 37.65 84.02 -
YUV 170.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 204 140 236 0.14 0.41 0 0.07 280 0.72 0.74
Hex CC 8C EC E 29 0 7 118 48 4A
Octal 314 214 354 16 51 0 7 430 110 112
Binary 11001100 10001100 11101100 1110 101001 0 111 100011000 1001000 1001010

Color Harmonies of #CC8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CEC

Black with #CC8CEC

Text Example


Text Example

White with #CC8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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