Html Css Color HEX #C2A4EF Perfume

📋 copy color: '#C2A4EF'

red 194 ◦ green 164 ◦ blue 239

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

Shades of Perfume #C2A4EF

Tints of Perfume #C2A4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.47%

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

R = 32.5%
G = 27.47%
B = 40.03%

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

#C2A4EF (or 0xC2A4EF) is known color: Perfume. HEX triplet: C2, A4 and EF. RGB value is (194,164,239). Sum of RGB (Red+Green+Blue) = 194+164+239=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2A4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4EF is #3D5B10. Grayscale: #B5B5B5. Windows color (decimal): -4021009 or 15705282. OLE color: 15705282.

HSL color Cylindrical-coordinate representation of color #C2A4EF: hue angle of 264º 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 #C2A4EF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 164 239 -
CMYK 0.19 0.31 0 0.06
HSL 264º 0.7% 0.79% -
HSV(B) 264º 0.31% 0.94% -
XYZ 51.1 44.25 87.51 -
YUV 181.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 194 164 239 0.19 0.31 0 0.06 264 0.7 0.79
Hex C2 A4 EF 13 1F 0 6 108 46 4F
Octal 302 244 357 23 37 0 6 410 106 117
Binary 11000010 10100100 11101111 10011 11111 0 110 100001000 1000110 1001111

Color Harmonies of #C2A4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A4EF

Black with #C2A4EF

Text Example


Text Example

White with #C2A4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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