Html Css Color HEX #CCA4F2 Perfume

📋 copy color: '#CCA4F2'

red 204 ◦ green 164 ◦ blue 242

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

Shades of Perfume #CCA4F2

Tints of Perfume #CCA4F2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.89%

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

R = 33.44%
G = 26.89%
B = 39.67%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCA4F2 (or 0xCCA4F2) is known color: Perfume. HEX triplet: CC, A4 and F2. RGB value is (204,164,242). Sum of RGB (Red+Green+Blue) = 204+164+242=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4F2 is #335B0D. Grayscale: #B8B8B8. Windows color (decimal): -3365646 or 15901900. OLE color: 15901900.

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

Color convert

RGB 204 164 242 -
CMYK 0.16 0.32 0 0.05
HSL 270.77º 0.75% 0.8% -
HSV(B) 270.77º 0.32% 0.95% -
XYZ 54.2 45.8 89.99 -
YUV 184.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 204 164 242 0.16 0.32 0 0.05 270.77 0.75 0.8
Hex CC A4 F2 10 20 0 5 10F 4B 50
Octal 314 244 362 20 40 0 5 417 113 120
Binary 11001100 10100100 11110010 10000 100000 0 101 100001111 1001011 1010000

Color Harmonies of #CCA4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4F2

Black with #CCA4F2

Text Example


Text Example

White with #CCA4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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