Html Css Color HEX #C2A7EC Perfume

📋 copy color: '#C2A7EC'

red 194 ◦ green 167 ◦ blue 236

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

Shades of Perfume #C2A7EC

Tints of Perfume #C2A7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.97%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 32.5%
G = 27.97%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2A7EC (or 0xC2A7EC) is known color: Perfume. HEX triplet: C2, A7 and EC. RGB value is (194,167,236). Sum of RGB (Red+Green+Blue) = 194+167+236=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7EC is #3D5813. Grayscale: #B6B6B6. Windows color (decimal): -4020244 or 15509442. OLE color: 15509442.

HSL color Cylindrical-coordinate representation of color #C2A7EC: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A7EC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 167 236 -
CMYK 0.18 0.29 0 0.07
HSL 263.48º 0.64% 0.79% -
HSV(B) 263.48º 0.29% 0.93% -
XYZ 51.21 45.16 85.38 -
YUV 182.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 194 167 236 0.18 0.29 0 0.07 263.48 0.64 0.79
Hex C2 A7 EC 12 1D 0 7 107 40 4F
Octal 302 247 354 22 35 0 7 407 100 117
Binary 11000010 10100111 11101100 10010 11101 0 111 100000111 1000000 1001111

Color Harmonies of #C2A7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A7EC

Black with #C2A7EC

Text Example


Text Example

White with #C2A7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A7EC; }

 p { color: rgb(194,167,236); }

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

background-color css

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

 a { background-color: rgb(194,167,236); }

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

border-color css

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

 span { border-color: rgb(194,167,236); }

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