Html Css Color HEX #C2A3FE Perfume

📋 copy color: '#C2A3FE'

red 194 ◦ green 163 ◦ blue 254

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

Shades of Perfume #C2A3FE

Tints of Perfume #C2A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.68%

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 31.75%
G = 26.68%
B = 41.57%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2A3FE (or 0xC2A3FE) is known color: Perfume. HEX triplet: C2, A3 and FE. RGB value is (194,163,254). Sum of RGB (Red+Green+Blue) = 194+163+254=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A3FE is #3D5C01. Grayscale: #B6B6B6. Windows color (decimal): -4021250 or 16688066. OLE color: 16688066.

HSL color Cylindrical-coordinate representation of color #C2A3FE: hue angle of 260.44º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2A3FE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 163 254 -
CMYK 0.24 0.36 0 0.00
HSL 260.44º 0.98% 0.82% -
HSV(B) 260.44º 0.36% 1% -
XYZ 53.23 44.82 99.61 -
YUV 182.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 194 163 254 0.24 0.36 0 0.00 260.44 0.98 0.82
Hex C2 A3 FE 18 24 0 0 104 62 52
Octal 302 243 376 30 44 0 0 404 142 122
Binary 11000010 10100011 11111110 11000 100100 0 0 100000100 1100010 1010010

Color Harmonies of #C2A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A3FE

Black with #C2A3FE

Text Example


Text Example

White with #C2A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A3FE; }

 p { color: rgb(194,163,254); }

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

background-color css

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

 a { background-color: rgb(194,163,254); }

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

border-color css

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

 span { border-color: rgb(194,163,254); }

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