Html Css Color HEX #CC96EF Wisteria

📋 copy color: '#CC96EF'

red 204 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #CC96EF

Tints of Wisteria #CC96EF

RGB

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

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

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

R = 34.4%
G = 25.3%
B = 40.3%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC96EF (or 0xCC96EF) is known color: Wisteria. HEX triplet: CC, 96 and EF. RGB value is (204,150,239). Sum of RGB (Red+Green+Blue) = 204+150+239=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96EF is #336910. Grayscale: #AFAFAF. Windows color (decimal): -3369233 or 15701708. OLE color: 15701708.

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

Color convert

RGB 204 150 239 -
CMYK 0.15 0.37 0 0.06
HSL 276.4º 0.74% 0.76% -
HSV(B) 276.4º 0.37% 0.94% -
XYZ 51.39 40.88 86.84 -
YUV 176.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 204 150 239 0.15 0.37 0 0.06 276.4 0.74 0.76
Hex CC 96 EF F 25 0 6 114 4A 4C
Octal 314 226 357 17 45 0 6 424 112 114
Binary 11001100 10010110 11101111 1111 100101 0 110 100010100 1001010 1001100

Color Harmonies of #CC96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96EF

Black with #CC96EF

Text Example


Text Example

White with #CC96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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