Html Css Color HEX #C09FDF Perfume

📋 copy color: '#C09FDF'

red 192 ◦ green 159 ◦ blue 223

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

Shades of Perfume #C09FDF

Tints of Perfume #C09FDF

RGB

 RED value IS 192 (75.39% from 255) = 33.45%

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 33.45%
G = 27.7%
B = 38.85%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C09FDF (or 0xC09FDF) is known color: Perfume. HEX triplet: C0, 9F and DF. RGB value is (192,159,223). Sum of RGB (Red+Green+Blue) = 192+159+223=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FDF is #3F6020. Grayscale: #AFAFAF. Windows color (decimal): -4153377 or 14655424. OLE color: 14655424.

HSL color Cylindrical-coordinate representation of color #C09FDF: hue angle of 270.94º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09FDF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 159 223 -
CMYK 0.14 0.29 0 0.13
HSL 270.94º 0.5% 0.75% -
HSV(B) 270.94º 0.29% 0.87% -
XYZ 47.46 41.33 75.29 -
YUV 176.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 192 159 223 0.14 0.29 0 0.13 270.94 0.5 0.75
Hex C0 9F DF E 1D 0 D 10F 32 4B
Octal 300 237 337 16 35 0 15 417 62 113
Binary 11000000 10011111 11011111 1110 11101 0 1101 100001111 110010 1001011

Color Harmonies of #C09FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FDF

Black with #C09FDF

Text Example


Text Example

White with #C09FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FDF; }

 p { color: rgb(192,159,223); }

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

background-color css

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

 a { background-color: rgb(192,159,223); }

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

border-color css

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

 span { border-color: rgb(192,159,223); }

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