Html Css Color HEX #C098FB Perfume

📋 copy color: '#C098FB'

red 192 ◦ green 152 ◦ blue 251

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

Shades of Perfume #C098FB

Tints of Perfume #C098FB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.55%

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

R = 32.27%
G = 25.55%
B = 42.18%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C098FB (or 0xC098FB) is known color: Perfume. HEX triplet: C0, 98 and FB. RGB value is (192,152,251). Sum of RGB (Red+Green+Blue) = 192+152+251=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C098FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FB is #3F6704. Grayscale: #AEAEAE. Windows color (decimal): -4155141 or 16488640. OLE color: 16488640.

HSL color Cylindrical-coordinate representation of color #C098FB: hue angle of 264.24º degrees, saturation: 0.93, 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 #C098FB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 152 251 -
CMYK 0.24 0.39 0 0.02
HSL 264.24º 0.93% 0.79% -
HSV(B) 264.24º 0.39% 0.98% -
XYZ 50.38 40.63 96.45 -
YUV 175.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 192 152 251 0.24 0.39 0 0.02 264.24 0.93 0.79
Hex C0 98 FB 18 27 0 2 108 5D 4F
Octal 300 230 373 30 47 0 2 410 135 117
Binary 11000000 10011000 11111011 11000 100111 0 10 100001000 1011101 1001111

Color Harmonies of #C098FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098FB

Black with #C098FB

Text Example


Text Example

White with #C098FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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