Html Css Color HEX #CC9FE1 Wisteria

📋 copy color: '#CC9FE1'

red 204 ◦ green 159 ◦ blue 225

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

Shades of Wisteria #CC9FE1

Tints of Wisteria #CC9FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.04%

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

R = 34.69%
G = 27.04%
B = 38.27%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC9FE1 (or 0xCC9FE1) is known color: Wisteria. HEX triplet: CC, 9F and E1. RGB value is (204,159,225). Sum of RGB (Red+Green+Blue) = 204+159+225=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FE1 is #33601E. Grayscale: #B3B3B3. Windows color (decimal): -3366943 or 14786508. OLE color: 14786508.

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

Color convert

RGB 204 159 225 -
CMYK 0.09 0.29 0 0.12
HSL 280.91º 0.52% 0.75% -
HSV(B) 280.91º 0.29% 0.88% -
XYZ 50.89 43.07 76.87 -
YUV 179.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 204 159 225 0.09 0.29 0 0.12 280.91 0.52 0.75
Hex CC 9F E1 9 1D 0 C 119 34 4B
Octal 314 237 341 11 35 0 14 431 64 113
Binary 11001100 10011111 11100001 1001 11101 0 1100 100011001 110100 1001011

Color Harmonies of #CC9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FE1

Black with #CC9FE1

Text Example


Text Example

White with #CC9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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