Html Css Color HEX #C299FB Perfume

📋 copy color: '#C299FB'

red 194 ◦ green 153 ◦ blue 251

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

Shades of Perfume #C299FB

Tints of Perfume #C299FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.97%

R = 32.44%
G = 25.59%
B = 41.97%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C299FB (or 0xC299FB) is known color: Perfume. HEX triplet: C2, 99 and FB. RGB value is (194,153,251). Sum of RGB (Red+Green+Blue) = 194+153+251=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C299FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FB is #3D6604. Grayscale: #B0B0B0. Windows color (decimal): -4023813 or 16488898. OLE color: 16488898.

HSL color Cylindrical-coordinate representation of color #C299FB: hue angle of 265.1º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C299FB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 153 251 -
CMYK 0.23 0.39 0 0.02
HSL 265.1º 0.92% 0.79% -
HSV(B) 265.1º 0.39% 0.98% -
XYZ 51.05 41.22 96.53 -
YUV 176.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 194 153 251 0.23 0.39 0 0.02 265.1 0.92 0.79
Hex C2 99 FB 17 27 0 2 109 5C 4F
Octal 302 231 373 27 47 0 2 411 134 117
Binary 11000010 10011001 11111011 10111 100111 0 10 100001001 1011100 1001111

Color Harmonies of #C299FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299FB

Black with #C299FB

Text Example


Text Example

White with #C299FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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