Html Css Color HEX #C0A5FB Perfume

📋 copy color: '#C0A5FB'

red 192 ◦ green 165 ◦ blue 251

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

Shades of Perfume #C0A5FB

Tints of Perfume #C0A5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 31.58%
G = 27.14%
B = 41.28%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0A5FB (or 0xC0A5FB) is known color: Perfume. HEX triplet: C0, A5 and FB. RGB value is (192,165,251). Sum of RGB (Red+Green+Blue) = 192+165+251=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A5FB is #3F5A04. Grayscale: #B6B6B6. Windows color (decimal): -4151813 or 16491968. OLE color: 16491968.

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

Color convert

RGB 192 165 251 -
CMYK 0.24 0.34 0 0.02
HSL 258.84º 0.91% 0.82% -
HSV(B) 258.84º 0.34% 0.98% -
XYZ 52.61 45.08 97.2 -
YUV 182.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 192 165 251 0.24 0.34 0 0.02 258.84 0.91 0.82
Hex C0 A5 FB 18 22 0 2 103 5B 52
Octal 300 245 373 30 42 0 2 403 133 122
Binary 11000000 10100101 11111011 11000 100010 0 10 100000011 1011011 1010010

Color Harmonies of #C0A5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A5FB

Black with #C0A5FB

Text Example


Text Example

White with #C0A5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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