Html Css Color HEX #C99FF1 Perfume

📋 copy color: '#C99FF1'

red 201 ◦ green 159 ◦ blue 241

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

Shades of Perfume #C99FF1

Tints of Perfume #C99FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.46%

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 33.44%
G = 26.46%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C99FF1 (or 0xC99FF1) is known color: Perfume. HEX triplet: C9, 9F and F1. RGB value is (201,159,241). Sum of RGB (Red+Green+Blue) = 201+159+241=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #C99FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FF1 is #36600E. Grayscale: #B4B4B4. Windows color (decimal): -3563535 or 15835081. OLE color: 15835081.

HSL color Cylindrical-coordinate representation of color #C99FF1: hue angle of 270.73º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99FF1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 159 241 -
CMYK 0.17 0.34 0 0.05
HSL 270.73º 0.75% 0.78% -
HSV(B) 270.73º 0.34% 0.95% -
XYZ 52.36 43.56 88.87 -
YUV 180.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 201 159 241 0.17 0.34 0 0.05 270.73 0.75 0.78
Hex C9 9F F1 11 22 0 5 10F 4B 4E
Octal 311 237 361 21 42 0 5 417 113 116
Binary 11001001 10011111 11110001 10001 100010 0 101 100001111 1001011 1001110

Color Harmonies of #C99FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FF1

Black with #C99FF1

Text Example


Text Example

White with #C99FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FF1; }

 p { color: rgb(201,159,241); }

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

background-color css

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

 a { background-color: rgb(201,159,241); }

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

border-color css

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

 span { border-color: rgb(201,159,241); }

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