Html Css Color HEX #C99DF6 Perfume

📋 copy color: '#C99DF6'

red 201 ◦ green 157 ◦ blue 246

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

Shades of Perfume #C99DF6

Tints of Perfume #C99DF6

RGB

 RED value IS 201 (78.91% from 255) = 33.28%

 GREEN value IS 157 (61.72% from 255) = 25.99%

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 33.28%
G = 25.99%
B = 40.73%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C99DF6 (or 0xC99DF6) is known color: Perfume. HEX triplet: C9, 9D and F6. RGB value is (201,157,246). Sum of RGB (Red+Green+Blue) = 201+157+246=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #C99DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DF6 is #366209. Grayscale: #B3B3B3. Windows color (decimal): -3564042 or 16162249. OLE color: 16162249.

HSL color Cylindrical-coordinate representation of color #C99DF6: hue angle of 269.66º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99DF6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 157 246 -
CMYK 0.18 0.36 0 0.04
HSL 269.66º 0.83% 0.79% -
HSV(B) 269.66º 0.36% 0.96% -
XYZ 52.78 43.19 92.74 -
YUV 180.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 201 157 246 0.18 0.36 0 0.04 269.66 0.83 0.79
Hex C9 9D F6 12 24 0 4 10E 53 4F
Octal 311 235 366 22 44 0 4 416 123 117
Binary 11001001 10011101 11110110 10010 100100 0 100 100001110 1010011 1001111

Color Harmonies of #C99DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DF6

Black with #C99DF6

Text Example


Text Example

White with #C99DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DF6; }

 p { color: rgb(201,157,246); }

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

background-color css

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

 a { background-color: rgb(201,157,246); }

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

border-color css

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

 span { border-color: rgb(201,157,246); }

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