Html Css Color HEX #C2A5FF Perfume

📋 copy color: '#C2A5FF'

red 194 ◦ green 165 ◦ blue 255

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

Shades of Perfume #C2A5FF

Tints of Perfume #C2A5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 31.6%
G = 26.87%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2A5FF (or 0xC2A5FF) is known color: Perfume. HEX triplet: C2, A5 and FF. RGB value is (194,165,255). Sum of RGB (Red+Green+Blue) = 194+165+255=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A5FF is #3D5A00. Grayscale: #B7B7B7. Windows color (decimal): -4020737 or 16754114. OLE color: 16754114.

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

Color convert

RGB 194 165 255 -
CMYK 0.24 0.35 0 0
HSL 259.33º 1% 0.82% -
HSV(B) 259.33º 0.35% 1% -
XYZ 53.75 45.6 100.58 -
YUV 183.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 194 165 255 0.24 0.35 0 0 259.33 1 0.82
Hex C2 A5 FF 18 23 0 0 103 64 52
Octal 302 245 377 30 43 0 0 403 144 122
Binary 11000010 10100101 11111111 11000 100011 0 0 100000011 1100100 1010010

Color Harmonies of #C2A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5FF

Black with #C2A5FF

Text Example


Text Example

White with #C2A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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