Html Css Color HEX #C094ED Perfume

📋 copy color: '#C094ED'

red 192 ◦ green 148 ◦ blue 237

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

Shades of Perfume #C094ED

Tints of Perfume #C094ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.65%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 33.28%
G = 25.65%
B = 41.07%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C094ED (or 0xC094ED) is known color: Perfume. HEX triplet: C0, 94 and ED. RGB value is (192,148,237). Sum of RGB (Red+Green+Blue) = 192+148+237=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C094ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094ED is #3F6B12. Grayscale: #AAAAAA. Windows color (decimal): -4156179 or 15570112. OLE color: 15570112.

HSL color Cylindrical-coordinate representation of color #C094ED: hue angle of 269.66º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C094ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 148 237 -
CMYK 0.19 0.38 0 0.07
HSL 269.66º 0.71% 0.75% -
HSV(B) 269.66º 0.38% 0.93% -
XYZ 47.61 38.5 85.04 -
YUV 171.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 192 148 237 0.19 0.38 0 0.07 269.66 0.71 0.75
Hex C0 94 ED 13 26 0 7 10E 47 4B
Octal 300 224 355 23 46 0 7 416 107 113
Binary 11000000 10010100 11101101 10011 100110 0 111 100001110 1000111 1001011

Color Harmonies of #C094ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094ED

Black with #C094ED

Text Example


Text Example

White with #C094ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094ED; }

 p { color: rgb(192,148,237); }

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

background-color css

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

 a { background-color: rgb(192,148,237); }

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

border-color css

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

 span { border-color: rgb(192,148,237); }

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