Html Css Color HEX #C2A5FE Perfume

📋 copy color: '#C2A5FE'

red 194 ◦ green 165 ◦ blue 254

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

Shades of Perfume #C2A5FE

Tints of Perfume #C2A5FE

RGB

 RED value IS 194 (76.17% from 255) = 31.65%

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 31.65%
G = 26.92%
B = 41.44%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2A5FE (or 0xC2A5FE) is known color: Perfume. HEX triplet: C2, A5 and FE. RGB value is (194,165,254). Sum of RGB (Red+Green+Blue) = 194+165+254=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A5FE is #3D5A01. Grayscale: #B7B7B7. Windows color (decimal): -4020738 or 16688578. OLE color: 16688578.

HSL color Cylindrical-coordinate representation of color #C2A5FE: hue angle of 259.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A5FE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 165 254 -
CMYK 0.24 0.35 0 0.00
HSL 259.55º 0.98% 0.82% -
HSV(B) 259.55º 0.35% 1% -
XYZ 53.59 45.54 99.73 -
YUV 183.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 194 165 254 0.24 0.35 0 0.00 259.55 0.98 0.82
Hex C2 A5 FE 18 23 0 0 104 62 52
Octal 302 245 376 30 43 0 0 404 142 122
Binary 11000010 10100101 11111110 11000 100011 0 0 100000100 1100010 1010010

Color Harmonies of #C2A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5FE

Black with #C2A5FE

Text Example


Text Example

White with #C2A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5FE; }

 p { color: rgb(194,165,254); }

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

background-color css

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

 a { background-color: rgb(194,165,254); }

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

border-color css

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

 span { border-color: rgb(194,165,254); }

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