Html Css Color HEX #C19AFB Perfume

📋 copy color: '#C19AFB'

red 193 ◦ green 154 ◦ blue 251

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

Shades of Perfume #C19AFB

Tints of Perfume #C19AFB

RGB

 RED value IS 193 (75.78% from 255) = 32.27%

 GREEN value IS 154 (60.55% from 255) = 25.75%

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

R = 32.27%
G = 25.75%
B = 41.97%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C19AFB (or 0xC19AFB) is known color: Perfume. HEX triplet: C1, 9A and FB. RGB value is (193,154,251). Sum of RGB (Red+Green+Blue) = 193+154+251=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C19AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19AFB is #3E6504. Grayscale: #B0B0B0. Windows color (decimal): -4089093 or 16489153. OLE color: 16489153.

HSL color Cylindrical-coordinate representation of color #C19AFB: hue angle of 264.12º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C19AFB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 154 251 -
CMYK 0.23 0.39 0 0.02
HSL 264.12º 0.92% 0.79% -
HSV(B) 264.12º 0.39% 0.98% -
XYZ 50.96 41.41 96.57 -
YUV 176.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 193 154 251 0.23 0.39 0 0.02 264.12 0.92 0.79
Hex C1 9A FB 17 27 0 2 108 5C 4F
Octal 301 232 373 27 47 0 2 410 134 117
Binary 11000001 10011010 11111011 10111 100111 0 10 100001000 1011100 1001111

Color Harmonies of #C19AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19AFB

Black with #C19AFB

Text Example


Text Example

White with #C19AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19AFB; }

 p { color: rgb(193,154,251); }

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

background-color css

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

 a { background-color: rgb(193,154,251); }

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

border-color css

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

 span { border-color: rgb(193,154,251); }

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