Html Css Color HEX #C298EC Perfume

📋 copy color: '#C298EC'

red 194 ◦ green 152 ◦ blue 236

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

Shades of Perfume #C298EC

Tints of Perfume #C298EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 33.33%
G = 26.12%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C298EC (or 0xC298EC) is known color: Perfume. HEX triplet: C2, 98 and EC. RGB value is (194,152,236). Sum of RGB (Red+Green+Blue) = 194+152+236=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #C298EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EC is #3D6713. Grayscale: #ADADAD. Windows color (decimal): -4024084 or 15505602. OLE color: 15505602.

HSL color Cylindrical-coordinate representation of color #C298EC: hue angle of 270º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C298EC is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 152 236 -
CMYK 0.18 0.36 0 0.07
HSL 270º 0.69% 0.76% -
HSV(B) 270º 0.36% 0.93% -
XYZ 48.62 39.98 84.51 -
YUV 174.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 194 152 236 0.18 0.36 0 0.07 270 0.69 0.76
Hex C2 98 EC 12 24 0 7 10E 45 4C
Octal 302 230 354 22 44 0 7 416 105 114
Binary 11000010 10011000 11101100 10010 100100 0 111 100001110 1000101 1001100

Color Harmonies of #C298EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298EC

Black with #C298EC

Text Example


Text Example

White with #C298EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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