Html Css Color HEX #CC9AF0 Wisteria

📋 copy color: '#CC9AF0'

red 204 ◦ green 154 ◦ blue 240

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

Shades of Wisteria #CC9AF0

Tints of Wisteria #CC9AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.75%

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

R = 34.11%
G = 25.75%
B = 40.13%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC9AF0 (or 0xCC9AF0) is known color: Wisteria. HEX triplet: CC, 9A and F0. RGB value is (204,154,240). Sum of RGB (Red+Green+Blue) = 204+154+240=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AF0 is #33650F. Grayscale: #B2B2B2. Windows color (decimal): -3368208 or 15768268. OLE color: 15768268.

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

Color convert

RGB 204 154 240 -
CMYK 0.15 0.36 0 0.06
HSL 274.88º 0.74% 0.77% -
HSV(B) 274.88º 0.36% 0.94% -
XYZ 52.19 42.24 87.84 -
YUV 178.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 204 154 240 0.15 0.36 0 0.06 274.88 0.74 0.77
Hex CC 9A F0 F 24 0 6 113 4A 4D
Octal 314 232 360 17 44 0 6 423 112 115
Binary 11001100 10011010 11110000 1111 100100 0 110 100010011 1001010 1001101

Color Harmonies of #CC9AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9AF0

Black with #CC9AF0

Text Example


Text Example

White with #CC9AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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