Html Css Color HEX #CC95D5 Wisteria

📋 copy color: '#CC95D5'

red 204 ◦ green 149 ◦ blue 213

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

Shades of Wisteria #CC95D5

Tints of Wisteria #CC95D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 36.04%
G = 26.33%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC95D5 (or 0xCC95D5) is known color: Wisteria. HEX triplet: CC, 95 and D5. RGB value is (204,149,213). Sum of RGB (Red+Green+Blue) = 204+149+213=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC95D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95D5 is #336A2A. Grayscale: #ACACAC. Windows color (decimal): -3369515 or 13997516. OLE color: 13997516.

HSL color Cylindrical-coordinate representation of color #CC95D5: hue angle of 291.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC95D5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 149 213 -
CMYK 0.04 0.30 0 0.16
HSL 291.56º 0.43% 0.71% -
HSV(B) 291.56º 0.3% 0.84% -
XYZ 47.66 39.14 67.99 -
YUV 172.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 204 149 213 0.04 0.30 0 0.16 291.56 0.43 0.71
Hex CC 95 D5 4 1E 0 10 124 2B 47
Octal 314 225 325 4 36 0 20 444 53 107
Binary 11001100 10010101 11010101 100 11110 0 10000 100100100 101011 1000111

Color Harmonies of #CC95D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95D5

Black with #CC95D5

Text Example


Text Example

White with #CC95D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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