Html Css Color HEX #CA9FF6 Perfume

📋 copy color: '#CA9FF6'

red 202 ◦ green 159 ◦ blue 246

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

Shades of Perfume #CA9FF6

Tints of Perfume #CA9FF6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.19%

 BLUE value IS 246 (96.48% from 255) = 40.53%

R = 33.28%
G = 26.19%
B = 40.53%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA9FF6 (or 0xCA9FF6) is known color: Perfume. HEX triplet: CA, 9F and F6. RGB value is (202,159,246). Sum of RGB (Red+Green+Blue) = 202+159+246=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA9FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FF6 is #356009. Grayscale: #B5B5B5. Windows color (decimal): -3497994 or 16162762. OLE color: 16162762.

HSL color Cylindrical-coordinate representation of color #CA9FF6: hue angle of 269.66º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9FF6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 159 246 -
CMYK 0.18 0.35 0 0.04
HSL 269.66º 0.83% 0.79% -
HSV(B) 269.66º 0.35% 0.96% -
XYZ 53.39 44.01 92.87 -
YUV 181.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 202 159 246 0.18 0.35 0 0.04 269.66 0.83 0.79
Hex CA 9F F6 12 23 0 4 10E 53 4F
Octal 312 237 366 22 43 0 4 416 123 117
Binary 11001010 10011111 11110110 10010 100011 0 100 100001110 1010011 1001111

Color Harmonies of #CA9FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FF6

Black with #CA9FF6

Text Example


Text Example

White with #CA9FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FF6; }

 p { color: rgb(202,159,246); }

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

background-color css

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

 a { background-color: rgb(202,159,246); }

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

border-color css

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

 span { border-color: rgb(202,159,246); }

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