Html Css Color HEX #C098FF Perfume

📋 copy color: '#C098FF'

red 192 ◦ green 152 ◦ blue 255

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

Shades of Perfume #C098FF

Tints of Perfume #C098FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.57%

R = 32.05%
G = 25.38%
B = 42.57%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C098FF (or 0xC098FF) is known color: Perfume. HEX triplet: C0, 98 and FF. RGB value is (192,152,255). Sum of RGB (Red+Green+Blue) = 192+152+255=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C098FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FF is #3F6700. Grayscale: #AFAFAF. Windows color (decimal): -4155137 or 16750784. OLE color: 16750784.

HSL color Cylindrical-coordinate representation of color #C098FF: hue angle of 263.3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C098FF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 152 255 -
CMYK 0.25 0.40 0 0
HSL 263.3º 1% 0.8% -
HSV(B) 263.3º 0.4% 1% -
XYZ 51.02 40.88 99.81 -
YUV 175.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 192 152 255 0.25 0.40 0 0 263.3 1 0.8
Hex C0 98 FF 19 28 0 0 107 64 50
Octal 300 230 377 31 50 0 0 407 144 120
Binary 11000000 10011000 11111111 11001 101000 0 0 100000111 1100100 1010000

Color Harmonies of #C098FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098FF

Black with #C098FF

Text Example


Text Example

White with #C098FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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