Html Css Color HEX #C098EA Perfume

📋 copy color: '#C098EA'

red 192 ◦ green 152 ◦ blue 234

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

Shades of Perfume #C098EA

Tints of Perfume #C098EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 33.22%
G = 26.3%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C098EA (or 0xC098EA) is known color: Perfume. HEX triplet: C0, 98 and EA. RGB value is (192,152,234). Sum of RGB (Red+Green+Blue) = 192+152+234=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #C098EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098EA is #3F6715. Grayscale: #ADADAD. Windows color (decimal): -4155158 or 15374528. OLE color: 15374528.

HSL color Cylindrical-coordinate representation of color #C098EA: hue angle of 269.27º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C098EA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 152 234 -
CMYK 0.18 0.35 0 0.08
HSL 269.27º 0.66% 0.76% -
HSV(B) 269.27º 0.35% 0.92% -
XYZ 47.82 39.6 82.97 -
YUV 173.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 192 152 234 0.18 0.35 0 0.08 269.27 0.66 0.76
Hex C0 98 EA 12 23 0 8 10D 42 4C
Octal 300 230 352 22 43 0 10 415 102 114
Binary 11000000 10011000 11101010 10010 100011 0 1000 100001101 1000010 1001100

Color Harmonies of #C098EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098EA

Black with #C098EA

Text Example


Text Example

White with #C098EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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