Html Css Color HEX #C2A6EB Perfume

📋 copy color: '#C2A6EB'

red 194 ◦ green 166 ◦ blue 235

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

Shades of Perfume #C2A6EB

Tints of Perfume #C2A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.9%

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 32.61%
G = 27.9%
B = 39.5%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2A6EB (or 0xC2A6EB) is known color: Perfume. HEX triplet: C2, A6 and EB. RGB value is (194,166,235). Sum of RGB (Red+Green+Blue) = 194+166+235=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6EB is #3D5914. Grayscale: #B5B5B5. Windows color (decimal): -4020501 or 15443650. OLE color: 15443650.

HSL color Cylindrical-coordinate representation of color #C2A6EB: hue angle of 264.35º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A6EB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 166 235 -
CMYK 0.17 0.29 0 0.08
HSL 264.35º 0.63% 0.79% -
HSV(B) 264.35º 0.29% 0.92% -
XYZ 50.88 44.74 84.55 -
YUV 182.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 194 166 235 0.17 0.29 0 0.08 264.35 0.63 0.79
Hex C2 A6 EB 11 1D 0 8 108 3F 4F
Octal 302 246 353 21 35 0 10 410 77 117
Binary 11000010 10100110 11101011 10001 11101 0 1000 100001000 111111 1001111

Color Harmonies of #C2A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6EB

Black with #C2A6EB

Text Example


Text Example

White with #C2A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6EB; }

 p { color: rgb(194,166,235); }

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

background-color css

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

 a { background-color: rgb(194,166,235); }

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

border-color css

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

 span { border-color: rgb(194,166,235); }

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