Html Css Color HEX #C298EB Perfume

📋 copy color: '#C298EB'

red 194 ◦ green 152 ◦ blue 235

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

Shades of Perfume #C298EB

Tints of Perfume #C298EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 33.39%
G = 26.16%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C298EB (or 0xC298EB) is known color: Perfume. HEX triplet: C2, 98 and EB. RGB value is (194,152,235). Sum of RGB (Red+Green+Blue) = 194+152+235=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C298EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EB is #3D6714. Grayscale: #ADADAD. Windows color (decimal): -4024085 or 15440066. OLE color: 15440066.

HSL color Cylindrical-coordinate representation of color #C298EB: hue angle of 270.36º degrees, saturation: 0.67, 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 #C298EB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 152 235 -
CMYK 0.17 0.35 0 0.08
HSL 270.36º 0.67% 0.76% -
HSV(B) 270.36º 0.35% 0.92% -
XYZ 48.47 39.92 83.75 -
YUV 174.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 194 152 235 0.17 0.35 0 0.08 270.36 0.67 0.76
Hex C2 98 EB 11 23 0 8 10E 43 4C
Octal 302 230 353 21 43 0 10 416 103 114
Binary 11000010 10011000 11101011 10001 100011 0 1000 100001110 1000011 1001100

Color Harmonies of #C298EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298EB

Black with #C298EB

Text Example


Text Example

White with #C298EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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