Html Css Color HEX #C09DEA Perfume

📋 copy color: '#C09DEA'

red 192 ◦ green 157 ◦ blue 234

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

Shades of Perfume #C09DEA

Tints of Perfume #C09DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 32.93%
G = 26.93%
B = 40.14%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C09DEA (or 0xC09DEA) is known color: Perfume. HEX triplet: C0, 9D and EA. RGB value is (192,157,234). Sum of RGB (Red+Green+Blue) = 192+157+234=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #C09DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DEA is #3F6215. Grayscale: #AFAFAF. Windows color (decimal): -4153878 or 15375808. OLE color: 15375808.

HSL color Cylindrical-coordinate representation of color #C09DEA: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09DEA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 157 234 -
CMYK 0.18 0.33 0 0.08
HSL 267.27º 0.65% 0.77% -
HSV(B) 267.27º 0.33% 0.92% -
XYZ 48.65 41.26 83.24 -
YUV 176.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 192 157 234 0.18 0.33 0 0.08 267.27 0.65 0.77
Hex C0 9D EA 12 21 0 8 10B 41 4D
Octal 300 235 352 22 41 0 10 413 101 115
Binary 11000000 10011101 11101010 10010 100001 0 1000 100001011 1000001 1001101

Color Harmonies of #C09DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DEA

Black with #C09DEA

Text Example


Text Example

White with #C09DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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