Html Css Color HEX #C2A8DF Perfume

📋 copy color: '#C2A8DF'

red 194 ◦ green 168 ◦ blue 223

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

Shades of Perfume #C2A8DF

Tints of Perfume #C2A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.72%

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 33.16%
G = 28.72%
B = 38.12%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2A8DF (or 0xC2A8DF) is known color: Perfume. HEX triplet: C2, A8 and DF. RGB value is (194,168,223). Sum of RGB (Red+Green+Blue) = 194+168+223=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8DF is #3D5720. Grayscale: #B5B5B5. Windows color (decimal): -4020001 or 14657730. OLE color: 14657730.

HSL color Cylindrical-coordinate representation of color #C2A8DF: hue angle of 268.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A8DF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 168 223 -
CMYK 0.13 0.25 0 0.13
HSL 268.36º 0.46% 0.77% -
HSV(B) 268.36º 0.25% 0.87% -
XYZ 49.57 44.8 75.85 -
YUV 182.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 194 168 223 0.13 0.25 0 0.13 268.36 0.46 0.77
Hex C2 A8 DF D 19 0 D 10C 2E 4D
Octal 302 250 337 15 31 0 15 414 56 115
Binary 11000010 10101000 11011111 1101 11001 0 1101 100001100 101110 1001101

Color Harmonies of #C2A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8DF

Black with #C2A8DF

Text Example


Text Example

White with #C2A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8DF; }

 p { color: rgb(194,168,223); }

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

background-color css

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

 a { background-color: rgb(194,168,223); }

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

border-color css

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

 span { border-color: rgb(194,168,223); }

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