Html Css Color HEX #CC95E1 Wisteria

📋 copy color: '#CC95E1'

red 204 ◦ green 149 ◦ blue 225

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

Shades of Wisteria #CC95E1

Tints of Wisteria #CC95E1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.78%

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 35.29%
G = 25.78%
B = 38.93%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC95E1 (or 0xCC95E1) is known color: Wisteria. HEX triplet: CC, 95 and E1. RGB value is (204,149,225). Sum of RGB (Red+Green+Blue) = 204+149+225=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95E1 is #336A1E. Grayscale: #ADADAD. Windows color (decimal): -3369503 or 14783948. OLE color: 14783948.

HSL color Cylindrical-coordinate representation of color #CC95E1: hue angle of 283.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC95E1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 149 225 -
CMYK 0.09 0.34 0 0.12
HSL 283.42º 0.56% 0.73% -
HSV(B) 283.42º 0.34% 0.88% -
XYZ 49.24 39.77 76.32 -
YUV 174.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 204 149 225 0.09 0.34 0 0.12 283.42 0.56 0.73
Hex CC 95 E1 9 22 0 C 11B 38 49
Octal 314 225 341 11 42 0 14 433 70 111
Binary 11001100 10010101 11100001 1001 100010 0 1100 100011011 111000 1001001

Color Harmonies of #CC95E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95E1

Black with #CC95E1

Text Example


Text Example

White with #CC95E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95E1; }

 p { color: rgb(204,149,225); }

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

background-color css

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

 a { background-color: rgb(204,149,225); }

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

border-color css

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

 span { border-color: rgb(204,149,225); }

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