Html Css Color HEX #C298ED Perfume

📋 copy color: '#C298ED'

red 194 ◦ green 152 ◦ blue 237

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

Shades of Perfume #C298ED

Tints of Perfume #C298ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 33.28%
G = 26.07%
B = 40.65%

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

#C298ED (or 0xC298ED) is known color: Perfume. HEX triplet: C2, 98 and ED. RGB value is (194,152,237). Sum of RGB (Red+Green+Blue) = 194+152+237=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C298ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298ED is #3D6712. Grayscale: #ADADAD. Windows color (decimal): -4024083 or 15571138. OLE color: 15571138.

HSL color Cylindrical-coordinate representation of color #C298ED: hue angle of 269.65º degrees, saturation: 0.7, 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 #C298ED is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 152 237 -
CMYK 0.18 0.36 0 0.07
HSL 269.65º 0.7% 0.76% -
HSV(B) 269.65º 0.36% 0.93% -
XYZ 48.76 40.04 85.28 -
YUV 174.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 194 152 237 0.18 0.36 0 0.07 269.65 0.7 0.76
Hex C2 98 ED 12 24 0 7 10E 46 4C
Octal 302 230 355 22 44 0 7 416 106 114
Binary 11000010 10011000 11101101 10010 100100 0 111 100001110 1000110 1001100

Color Harmonies of #C298ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298ED

Black with #C298ED

Text Example


Text Example

White with #C298ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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