Html Css Color HEX #CC9EF0 Wisteria

📋 copy color: '#CC9EF0'

red 204 ◦ green 158 ◦ blue 240

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

Shades of Wisteria #CC9EF0

Tints of Wisteria #CC9EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.87%

R = 33.89%
G = 26.25%
B = 39.87%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC9EF0 (or 0xCC9EF0) is known color: Wisteria. HEX triplet: CC, 9E and F0. RGB value is (204,158,240). Sum of RGB (Red+Green+Blue) = 204+158+240=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC9EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EF0 is #33610F. Grayscale: #B4B4B4. Windows color (decimal): -3367184 or 15769292. OLE color: 15769292.

HSL color Cylindrical-coordinate representation of color #CC9EF0: hue angle of 273.66º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9EF0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 158 240 -
CMYK 0.15 0.34 0 0.06
HSL 273.66º 0.73% 0.78% -
HSV(B) 273.66º 0.34% 0.94% -
XYZ 52.86 43.58 88.06 -
YUV 181.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 204 158 240 0.15 0.34 0 0.06 273.66 0.73 0.78
Hex CC 9E F0 F 22 0 6 112 49 4E
Octal 314 236 360 17 42 0 6 422 111 116
Binary 11001100 10011110 11110000 1111 100010 0 110 100010010 1001001 1001110

Color Harmonies of #CC9EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EF0

Black with #CC9EF0

Text Example


Text Example

White with #CC9EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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