Html Css Color HEX #C2A5EF Perfume

📋 copy color: '#C2A5EF'

red 194 ◦ green 165 ◦ blue 239

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

Shades of Perfume #C2A5EF

Tints of Perfume #C2A5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.97%

R = 32.44%
G = 27.59%
B = 39.97%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2A5EF (or 0xC2A5EF) is known color: Perfume. HEX triplet: C2, A5 and EF. RGB value is (194,165,239). Sum of RGB (Red+Green+Blue) = 194+165+239=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A5EF is #3D5A10. Grayscale: #B5B5B5. Windows color (decimal): -4020753 or 15705538. OLE color: 15705538.

HSL color Cylindrical-coordinate representation of color #C2A5EF: hue angle of 263.51º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A5EF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 165 239 -
CMYK 0.19 0.31 0 0.06
HSL 263.51º 0.7% 0.79% -
HSV(B) 263.51º 0.31% 0.94% -
XYZ 51.28 44.61 87.57 -
YUV 182.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 194 165 239 0.19 0.31 0 0.06 263.51 0.7 0.79
Hex C2 A5 EF 13 1F 0 6 108 46 4F
Octal 302 245 357 23 37 0 6 410 106 117
Binary 11000010 10100101 11101111 10011 11111 0 110 100001000 1000110 1001111

Color Harmonies of #C2A5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5EF

Black with #C2A5EF

Text Example


Text Example

White with #C2A5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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