Html Css Color HEX #C098FA Perfume

📋 copy color: '#C098FA'

red 192 ◦ green 152 ◦ blue 250

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

Shades of Perfume #C098FA

Tints of Perfume #C098FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 32.32%
G = 25.59%
B = 42.09%

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

#C098FA (or 0xC098FA) is known color: Perfume. HEX triplet: C0, 98 and FA. RGB value is (192,152,250). Sum of RGB (Red+Green+Blue) = 192+152+250=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #C098FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FA is #3F6705. Grayscale: #AEAEAE. Windows color (decimal): -4155142 or 16423104. OLE color: 16423104.

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

Color convert

RGB 192 152 250 -
CMYK 0.23 0.39 0 0.02
HSL 264.49º 0.91% 0.79% -
HSV(B) 264.49º 0.39% 0.98% -
XYZ 50.22 40.57 95.63 -
YUV 175.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 192 152 250 0.23 0.39 0 0.02 264.49 0.91 0.79
Hex C0 98 FA 17 27 0 2 108 5B 4F
Octal 300 230 372 27 47 0 2 410 133 117
Binary 11000000 10011000 11111010 10111 100111 0 10 100001000 1011011 1001111

Color Harmonies of #C098FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098FA

Black with #C098FA

Text Example


Text Example

White with #C098FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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