Html Css Color HEX #CC96E8 Wisteria

📋 copy color: '#CC96E8'

red 204 ◦ green 150 ◦ blue 232

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

Shades of Wisteria #CC96E8

Tints of Wisteria #CC96E8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.6%

 BLUE value IS 232 (91.02% from 255) = 39.59%

R = 34.81%
G = 25.6%
B = 39.59%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC96E8 (or 0xCC96E8) is known color: Wisteria. HEX triplet: CC, 96 and E8. RGB value is (204,150,232). Sum of RGB (Red+Green+Blue) = 204+150+232=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC96E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96E8 is #336917. Grayscale: #AFAFAF. Windows color (decimal): -3369240 or 15242956. OLE color: 15242956.

HSL color Cylindrical-coordinate representation of color #CC96E8: hue angle of 279.51º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC96E8 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 150 232 -
CMYK 0.12 0.35 0 0.09
HSL 279.51º 0.64% 0.75% -
HSV(B) 279.51º 0.35% 0.91% -
XYZ 50.37 40.48 81.5 -
YUV 175.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 204 150 232 0.12 0.35 0 0.09 279.51 0.64 0.75
Hex CC 96 E8 C 23 0 9 118 40 4B
Octal 314 226 350 14 43 0 11 430 100 113
Binary 11001100 10010110 11101000 1100 100011 0 1001 100011000 1000000 1001011

Color Harmonies of #CC96E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96E8

Black with #CC96E8

Text Example


Text Example

White with #CC96E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96E8; }

 p { color: rgb(204,150,232); }

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

background-color css

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

 a { background-color: rgb(204,150,232); }

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

border-color css

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

 span { border-color: rgb(204,150,232); }

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