Html Css Color HEX #C299F2 Perfume

📋 copy color: '#C299F2'

red 194 ◦ green 153 ◦ blue 242

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

Shades of Perfume #C299F2

Tints of Perfume #C299F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 32.94%
G = 25.98%
B = 41.09%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C299F2 (or 0xC299F2) is known color: Perfume. HEX triplet: C2, 99 and F2. RGB value is (194,153,242). Sum of RGB (Red+Green+Blue) = 194+153+242=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #C299F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299F2 is #3D660D. Grayscale: #AFAFAF. Windows color (decimal): -4023822 or 15899074. OLE color: 15899074.

HSL color Cylindrical-coordinate representation of color #C299F2: hue angle of 267.64º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C299F2 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 153 242 -
CMYK 0.20 0.37 0 0.05
HSL 267.64º 0.77% 0.77% -
HSV(B) 267.64º 0.37% 0.95% -
XYZ 49.67 40.66 89.24 -
YUV 175.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 194 153 242 0.20 0.37 0 0.05 267.64 0.77 0.77
Hex C2 99 F2 14 25 0 5 10C 4D 4D
Octal 302 231 362 24 45 0 5 414 115 115
Binary 11000010 10011001 11110010 10100 100101 0 101 100001100 1001101 1001101

Color Harmonies of #C299F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299F2

Black with #C299F2

Text Example


Text Example

White with #C299F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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