Html Css Color HEX #C09DE1 Perfume

📋 copy color: '#C09DE1'

red 192 ◦ green 157 ◦ blue 225

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

Shades of Perfume #C09DE1

Tints of Perfume #C09DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 33.45%
G = 27.35%
B = 39.2%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C09DE1 (or 0xC09DE1) is known color: Perfume. HEX triplet: C0, 9D and E1. RGB value is (192,157,225). Sum of RGB (Red+Green+Blue) = 192+157+225=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #C09DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DE1 is #3F621E. Grayscale: #AEAEAE. Windows color (decimal): -4153887 or 14785984. OLE color: 14785984.

HSL color Cylindrical-coordinate representation of color #C09DE1: hue angle of 270.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09DE1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 157 225 -
CMYK 0.15 0.30 0 0.12
HSL 270.88º 0.53% 0.75% -
HSV(B) 270.88º 0.3% 0.88% -
XYZ 47.39 40.76 76.6 -
YUV 175.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 192 157 225 0.15 0.30 0 0.12 270.88 0.53 0.75
Hex C0 9D E1 F 1E 0 C 10F 35 4B
Octal 300 235 341 17 36 0 14 417 65 113
Binary 11000000 10011101 11100001 1111 11110 0 1100 100001111 110101 1001011

Color Harmonies of #C09DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DE1

Black with #C09DE1

Text Example


Text Example

White with #C09DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DE1; }

 p { color: rgb(192,157,225); }

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

background-color css

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

 a { background-color: rgb(192,157,225); }

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

border-color css

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

 span { border-color: rgb(192,157,225); }

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