Html Css Color HEX #CC9CEF Wisteria

📋 copy color: '#CC9CEF'

red 204 ◦ green 156 ◦ blue 239

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

Shades of Wisteria #CC9CEF

Tints of Wisteria #CC9CEF

RGB

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

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

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

R = 34.06%
G = 26.04%
B = 39.9%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC9CEF (or 0xCC9CEF) is known color: Wisteria. HEX triplet: CC, 9C and EF. RGB value is (204,156,239). Sum of RGB (Red+Green+Blue) = 204+156+239=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CEF is #336310. Grayscale: #B3B3B3. Windows color (decimal): -3367697 or 15703244. OLE color: 15703244.

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

Color convert

RGB 204 156 239 -
CMYK 0.15 0.35 0 0.06
HSL 274.7º 0.72% 0.77% -
HSV(B) 274.7º 0.35% 0.94% -
XYZ 52.37 42.85 87.17 -
YUV 179.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 204 156 239 0.15 0.35 0 0.06 274.7 0.72 0.77
Hex CC 9C EF F 23 0 6 113 48 4D
Octal 314 234 357 17 43 0 6 423 110 115
Binary 11001100 10011100 11101111 1111 100011 0 110 100010011 1001000 1001101

Color Harmonies of #CC9CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CEF

Black with #CC9CEF

Text Example


Text Example

White with #CC9CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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