Html Css Color HEX #CAA5F1 Perfume

📋 copy color: '#CAA5F1'

red 202 ◦ green 165 ◦ blue 241

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

Shades of Perfume #CAA5F1

Tints of Perfume #CAA5F1

RGB

 RED value IS 202 (79.3% from 255) = 33.22%

 GREEN value IS 165 (64.84% from 255) = 27.14%

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 33.22%
G = 27.14%
B = 39.64%

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

#CAA5F1 (or 0xCAA5F1) is known color: Perfume. HEX triplet: CA, A5 and F1. RGB value is (202,165,241). Sum of RGB (Red+Green+Blue) = 202+165+241=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAA5F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5F1 is #355A0E. Grayscale: #B8B8B8. Windows color (decimal): -3496463 or 15836618. OLE color: 15836618.

HSL color Cylindrical-coordinate representation of color #CAA5F1: hue angle of 269.21º degrees, saturation: 0.73, 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 #CAA5F1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 165 241 -
CMYK 0.16 0.32 0 0.05
HSL 269.21º 0.73% 0.8% -
HSV(B) 269.21º 0.32% 0.95% -
XYZ 53.69 45.82 89.23 -
YUV 184.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 202 165 241 0.16 0.32 0 0.05 269.21 0.73 0.8
Hex CA A5 F1 10 20 0 5 10D 49 50
Octal 312 245 361 20 40 0 5 415 111 120
Binary 11001010 10100101 11110001 10000 100000 0 101 100001101 1001001 1010000

Color Harmonies of #CAA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5F1

Black with #CAA5F1

Text Example


Text Example

White with #CAA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5F1; }

 p { color: rgb(202,165,241); }

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

background-color css

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

 a { background-color: rgb(202,165,241); }

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

border-color css

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

 span { border-color: rgb(202,165,241); }

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