Html Css Color HEX #C298EF Perfume

📋 copy color: '#C298EF'

red 194 ◦ green 152 ◦ blue 239

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

Shades of Perfume #C298EF

Tints of Perfume #C298EF

RGB

 RED value IS 194 (76.17% from 255) = 33.16%

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 33.16%
G = 25.98%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C298EF (or 0xC298EF) is known color: Perfume. HEX triplet: C2, 98 and EF. RGB value is (194,152,239). Sum of RGB (Red+Green+Blue) = 194+152+239=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #C298EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EF is #3D6710. Grayscale: #AEAEAE. Windows color (decimal): -4024081 or 15702210. OLE color: 15702210.

HSL color Cylindrical-coordinate representation of color #C298EF: hue angle of 268.97º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C298EF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 152 239 -
CMYK 0.19 0.36 0 0.06
HSL 268.97º 0.73% 0.77% -
HSV(B) 268.97º 0.36% 0.94% -
XYZ 49.06 40.16 86.83 -
YUV 174.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 194 152 239 0.19 0.36 0 0.06 268.97 0.73 0.77
Hex C2 98 EF 13 24 0 6 10D 49 4D
Octal 302 230 357 23 44 0 6 415 111 115
Binary 11000010 10011000 11101111 10011 100100 0 110 100001101 1001001 1001101

Color Harmonies of #C298EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298EF

Black with #C298EF

Text Example


Text Example

White with #C298EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298EF; }

 p { color: rgb(194,152,239); }

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

background-color css

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

 a { background-color: rgb(194,152,239); }

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

border-color css

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

 span { border-color: rgb(194,152,239); }

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