Html Css Color HEX #CC9CED Wisteria

📋 copy color: '#CC9CED'

red 204 ◦ green 156 ◦ blue 237

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

Shades of Wisteria #CC9CED

Tints of Wisteria #CC9CED

RGB

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

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

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

R = 34.17%
G = 26.13%
B = 39.7%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC9CED (or 0xCC9CED) is known color: Wisteria. HEX triplet: CC, 9C and ED. RGB value is (204,156,237). Sum of RGB (Red+Green+Blue) = 204+156+237=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CED is #336312. Grayscale: #B3B3B3. Windows color (decimal): -3367699 or 15572172. OLE color: 15572172.

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

Color convert

RGB 204 156 237 -
CMYK 0.14 0.34 0 0.07
HSL 275.56º 0.69% 0.77% -
HSV(B) 275.56º 0.34% 0.93% -
XYZ 52.08 42.73 85.62 -
YUV 179.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 204 156 237 0.14 0.34 0 0.07 275.56 0.69 0.77
Hex CC 9C ED E 22 0 7 114 45 4D
Octal 314 234 355 16 42 0 7 424 105 115
Binary 11001100 10011100 11101101 1110 100010 0 111 100010100 1000101 1001101

Color Harmonies of #CC9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CED

Black with #CC9CED

Text Example


Text Example

White with #CC9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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