Html Css Color HEX #C7A2FA Perfume

📋 copy color: '#C7A2FA'

red 199 ◦ green 162 ◦ blue 250

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

Shades of Perfume #C7A2FA

Tints of Perfume #C7A2FA

RGB

 RED value IS 199 (78.13% from 255) = 32.57%

 GREEN value IS 162 (63.67% from 255) = 26.51%

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 32.57%
G = 26.51%
B = 40.92%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7A2FA (or 0xC7A2FA) is known color: Perfume. HEX triplet: C7, A2 and FA. RGB value is (199,162,250). Sum of RGB (Red+Green+Blue) = 199+162+250=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A2FA is #385D05. Grayscale: #B6B6B6. Windows color (decimal): -3693830 or 16425671. OLE color: 16425671.

HSL color Cylindrical-coordinate representation of color #C7A2FA: hue angle of 265.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7A2FA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 162 250 -
CMYK 0.20 0.35 0 0.02
HSL 265.23º 0.9% 0.81% -
HSV(B) 265.23º 0.35% 0.98% -
XYZ 53.73 44.88 96.27 -
YUV 183.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 199 162 250 0.20 0.35 0 0.02 265.23 0.9 0.81
Hex C7 A2 FA 14 23 0 2 109 5A 51
Octal 307 242 372 24 43 0 2 411 132 121
Binary 11000111 10100010 11111010 10100 100011 0 10 100001001 1011010 1010001

Color Harmonies of #C7A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A2FA

Black with #C7A2FA

Text Example


Text Example

White with #C7A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A2FA; }

 p { color: rgb(199,162,250); }

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

background-color css

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

 a { background-color: rgb(199,162,250); }

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

border-color css

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

 span { border-color: rgb(199,162,250); }

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