Html Css Color HEX #C298EE Perfume

📋 copy color: '#C298EE'

red 194 ◦ green 152 ◦ blue 238

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

Shades of Perfume #C298EE

Tints of Perfume #C298EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 33.22%
G = 26.03%
B = 40.75%

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

#C298EE (or 0xC298EE) is known color: Perfume. HEX triplet: C2, 98 and EE. RGB value is (194,152,238). Sum of RGB (Red+Green+Blue) = 194+152+238=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #C298EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EE is #3D6711. Grayscale: #AEAEAE. Windows color (decimal): -4024082 or 15636674. OLE color: 15636674.

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

Color convert

RGB 194 152 238 -
CMYK 0.18 0.36 0 0.07
HSL 269.3º 0.72% 0.76% -
HSV(B) 269.3º 0.36% 0.93% -
XYZ 48.91 40.1 86.05 -
YUV 174.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 194 152 238 0.18 0.36 0 0.07 269.3 0.72 0.76
Hex C2 98 EE 12 24 0 7 10D 48 4C
Octal 302 230 356 22 44 0 7 415 110 114
Binary 11000010 10011000 11101110 10010 100100 0 111 100001101 1001000 1001100

Color Harmonies of #C298EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298EE

Black with #C298EE

Text Example


Text Example

White with #C298EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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