Html Css Color HEX #CCA0F0 Wisteria

📋 copy color: '#CCA0F0'

red 204 ◦ green 160 ◦ blue 240

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

Shades of Wisteria #CCA0F0

Tints of Wisteria #CCA0F0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.49%

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

R = 33.77%
G = 26.49%
B = 39.74%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCA0F0 (or 0xCCA0F0) is known color: Wisteria. HEX triplet: CC, A0 and F0. RGB value is (204,160,240). Sum of RGB (Red+Green+Blue) = 204+160+240=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCA0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0F0 is #335F0F. Grayscale: #B6B6B6. Windows color (decimal): -3366672 or 15769804. OLE color: 15769804.

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

Color convert

RGB 204 160 240 -
CMYK 0.15 0.33 0 0.06
HSL 273º 0.73% 0.78% -
HSV(B) 273º 0.33% 0.94% -
XYZ 53.2 44.27 88.18 -
YUV 182.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 204 160 240 0.15 0.33 0 0.06 273 0.73 0.78
Hex CC A0 F0 F 21 0 6 111 49 4E
Octal 314 240 360 17 41 0 6 421 111 116
Binary 11001100 10100000 11110000 1111 100001 0 110 100010001 1001001 1001110

Color Harmonies of #CCA0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0F0

Black with #CCA0F0

Text Example


Text Example

White with #CCA0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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