Html Css Color HEX #CC9EF2 Wisteria

📋 copy color: '#CC9EF2'

red 204 ◦ green 158 ◦ blue 242

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

Shades of Wisteria #CC9EF2

Tints of Wisteria #CC9EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.16%

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

R = 33.77%
G = 26.16%
B = 40.07%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC9EF2 (or 0xCC9EF2) is known color: Wisteria. HEX triplet: CC, 9E and F2. RGB value is (204,158,242). Sum of RGB (Red+Green+Blue) = 204+158+242=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EF2 is #33610D. Grayscale: #B5B5B5. Windows color (decimal): -3367182 or 15900364. OLE color: 15900364.

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

Color convert

RGB 204 158 242 -
CMYK 0.16 0.35 0 0.05
HSL 272.86º 0.76% 0.78% -
HSV(B) 272.86º 0.35% 0.95% -
XYZ 53.16 43.7 89.64 -
YUV 181.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 204 158 242 0.16 0.35 0 0.05 272.86 0.76 0.78
Hex CC 9E F2 10 23 0 5 111 4C 4E
Octal 314 236 362 20 43 0 5 421 114 116
Binary 11001100 10011110 11110010 10000 100011 0 101 100010001 1001100 1001110

Color Harmonies of #CC9EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EF2

Black with #CC9EF2

Text Example


Text Example

White with #CC9EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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