Html Css Color HEX #C299FE Perfume

📋 copy color: '#C299FE'

red 194 ◦ green 153 ◦ blue 254

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

Shades of Perfume #C299FE

Tints of Perfume #C299FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.46%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 32.28%
G = 25.46%
B = 42.26%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C299FE (or 0xC299FE) is known color: Perfume. HEX triplet: C2, 99 and FE. RGB value is (194,153,254). Sum of RGB (Red+Green+Blue) = 194+153+254=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C299FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FE is #3D6601. Grayscale: #B0B0B0. Windows color (decimal): -4023810 or 16685506. OLE color: 16685506.

HSL color Cylindrical-coordinate representation of color #C299FE: hue angle of 264.36º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C299FE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 153 254 -
CMYK 0.24 0.40 0 0.00
HSL 264.36º 0.98% 0.8% -
HSV(B) 264.36º 0.4% 1% -
XYZ 51.53 41.41 99.04 -
YUV 176.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 194 153 254 0.24 0.40 0 0.00 264.36 0.98 0.8
Hex C2 99 FE 18 28 0 0 108 62 50
Octal 302 231 376 30 50 0 0 410 142 120
Binary 11000010 10011001 11111110 11000 101000 0 0 100001000 1100010 1010000

Color Harmonies of #C299FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299FE

Black with #C299FE

Text Example


Text Example

White with #C299FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299FE; }

 p { color: rgb(194,153,254); }

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

background-color css

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

 a { background-color: rgb(194,153,254); }

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

border-color css

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

 span { border-color: rgb(194,153,254); }

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