Html Css Color HEX #C09EDE Perfume

📋 copy color: '#C09EDE'

red 192 ◦ green 158 ◦ blue 222

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

Shades of Perfume #C09EDE

Tints of Perfume #C09EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.62%

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 33.57%
G = 27.62%
B = 38.81%

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

#C09EDE (or 0xC09EDE) is known color: Perfume. HEX triplet: C0, 9E and DE. RGB value is (192,158,222). Sum of RGB (Red+Green+Blue) = 192+158+222=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EDE is #3F6121. Grayscale: #AFAFAF. Windows color (decimal): -4153634 or 14589632. OLE color: 14589632.

HSL color Cylindrical-coordinate representation of color #C09EDE: hue angle of 271.88º degrees, saturation: 0.49, 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 #C09EDE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 158 222 -
CMYK 0.14 0.29 0 0.13
HSL 271.88º 0.49% 0.75% -
HSV(B) 271.88º 0.29% 0.87% -
XYZ 47.15 40.93 74.52 -
YUV 175.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 192 158 222 0.14 0.29 0 0.13 271.88 0.49 0.75
Hex C0 9E DE E 1D 0 D 110 31 4B
Octal 300 236 336 16 35 0 15 420 61 113
Binary 11000000 10011110 11011110 1110 11101 0 1101 100010000 110001 1001011

Color Harmonies of #C09EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09EDE

Black with #C09EDE

Text Example


Text Example

White with #C09EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09EDE; }

 p { color: rgb(192,158,222); }

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

background-color css

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

 a { background-color: rgb(192,158,222); }

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

border-color css

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

 span { border-color: rgb(192,158,222); }

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