Html Css Color HEX #C098FC Perfume

📋 copy color: '#C098FC'

red 192 ◦ green 152 ◦ blue 252

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

Shades of Perfume #C098FC

Tints of Perfume #C098FC

RGB

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

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

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

R = 32.21%
G = 25.5%
B = 42.28%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C098FC (or 0xC098FC) is known color: Perfume. HEX triplet: C0, 98 and FC. RGB value is (192,152,252). Sum of RGB (Red+Green+Blue) = 192+152+252=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C098FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FC is #3F6703. Grayscale: #AEAEAE. Windows color (decimal): -4155140 or 16554176. OLE color: 16554176.

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

Color convert

RGB 192 152 252 -
CMYK 0.24 0.40 0 0.01
HSL 264º 0.94% 0.79% -
HSV(B) 264º 0.4% 0.99% -
XYZ 50.54 40.69 97.29 -
YUV 175.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 192 152 252 0.24 0.40 0 0.01 264 0.94 0.79
Hex C0 98 FC 18 28 0 1 108 5E 4F
Octal 300 230 374 30 50 0 1 410 136 117
Binary 11000000 10011000 11111100 11000 101000 0 1 100001000 1011110 1001111

Color Harmonies of #C098FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098FC

Black with #C098FC

Text Example


Text Example

White with #C098FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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