Html Css Color HEX #CC9CE0 Wisteria

📋 copy color: '#CC9CE0'

red 204 ◦ green 156 ◦ blue 224

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

Shades of Wisteria #CC9CE0

Tints of Wisteria #CC9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.71%

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 34.93%
G = 26.71%
B = 38.36%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC9CE0 (or 0xCC9CE0) is known color: Wisteria. HEX triplet: CC, 9C and E0. RGB value is (204,156,224). Sum of RGB (Red+Green+Blue) = 204+156+224=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CE0 is #33631F. Grayscale: #B1B1B1. Windows color (decimal): -3367712 or 14720204. OLE color: 14720204.

HSL color Cylindrical-coordinate representation of color #CC9CE0: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9CE0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 156 224 -
CMYK 0.09 0.30 0 0.12
HSL 282.35º 0.52% 0.75% -
HSV(B) 282.35º 0.3% 0.88% -
XYZ 50.24 42 75.98 -
YUV 178.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 204 156 224 0.09 0.30 0 0.12 282.35 0.52 0.75
Hex CC 9C E0 9 1E 0 C 11A 34 4B
Octal 314 234 340 11 36 0 14 432 64 113
Binary 11001100 10011100 11100000 1001 11110 0 1100 100011010 110100 1001011

Color Harmonies of #CC9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CE0

Black with #CC9CE0

Text Example


Text Example

White with #CC9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CE0; }

 p { color: rgb(204,156,224); }

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

background-color css

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

 a { background-color: rgb(204,156,224); }

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

border-color css

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

 span { border-color: rgb(204,156,224); }

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