Html Css Color HEX #CC9FF2 Wisteria

📋 copy color: '#CC9FF2'

red 204 ◦ green 159 ◦ blue 242

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

Shades of Wisteria #CC9FF2

Tints of Wisteria #CC9FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 33.72%
G = 26.28%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC9FF2 (or 0xCC9FF2) is known color: Wisteria. HEX triplet: CC, 9F and F2. RGB value is (204,159,242). Sum of RGB (Red+Green+Blue) = 204+159+242=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FF2 is #33600D. Grayscale: #B5B5B5. Windows color (decimal): -3366926 or 15900620. OLE color: 15900620.

HSL color Cylindrical-coordinate representation of color #CC9FF2: hue angle of 272.53º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9FF2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 159 242 -
CMYK 0.16 0.34 0 0.05
HSL 272.53º 0.76% 0.79% -
HSV(B) 272.53º 0.34% 0.95% -
XYZ 53.33 44.04 89.7 -
YUV 181.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 204 159 242 0.16 0.34 0 0.05 272.53 0.76 0.79
Hex CC 9F F2 10 22 0 5 111 4C 4F
Octal 314 237 362 20 42 0 5 421 114 117
Binary 11001100 10011111 11110010 10000 100010 0 101 100010001 1001100 1001111

Color Harmonies of #CC9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FF2

Black with #CC9FF2

Text Example


Text Example

White with #CC9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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