Html Css Color HEX #C0A5FC Perfume

📋 copy color: '#C0A5FC'

red 192 ◦ green 165 ◦ blue 252

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

Shades of Perfume #C0A5FC

Tints of Perfume #C0A5FC

RGB

 RED value IS 192 (75.39% from 255) = 31.53%

 GREEN value IS 165 (64.84% from 255) = 27.09%

 BLUE value IS 252 (98.83% from 255) = 41.38%

R = 31.53%
G = 27.09%
B = 41.38%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0A5FC (or 0xC0A5FC) is known color: Perfume. HEX triplet: C0, A5 and FC. RGB value is (192,165,252). Sum of RGB (Red+Green+Blue) = 192+165+252=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0A5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A5FC is #3F5A03. Grayscale: #B6B6B6. Windows color (decimal): -4151812 or 16557504. OLE color: 16557504.

HSL color Cylindrical-coordinate representation of color #C0A5FC: hue angle of 258.62º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A5FC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 165 252 -
CMYK 0.24 0.35 0 0.01
HSL 258.62º 0.94% 0.82% -
HSV(B) 258.62º 0.35% 0.99% -
XYZ 52.76 45.15 98.03 -
YUV 182.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 192 165 252 0.24 0.35 0 0.01 258.62 0.94 0.82
Hex C0 A5 FC 18 23 0 1 103 5E 52
Octal 300 245 374 30 43 0 1 403 136 122
Binary 11000000 10100101 11111100 11000 100011 0 1 100000011 1011110 1010010

Color Harmonies of #C0A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A5FC

Black with #C0A5FC

Text Example


Text Example

White with #C0A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A5FC; }

 p { color: rgb(192,165,252); }

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

background-color css

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

 a { background-color: rgb(192,165,252); }

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

border-color css

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

 span { border-color: rgb(192,165,252); }

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