Html Css Color HEX #C094EE Perfume

📋 copy color: '#C094EE'

red 192 ◦ green 148 ◦ blue 238

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

Shades of Perfume #C094EE

Tints of Perfume #C094EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 33.22%
G = 25.61%
B = 41.18%

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

#C094EE (or 0xC094EE) is known color: Perfume. HEX triplet: C0, 94 and EE. RGB value is (192,148,238). Sum of RGB (Red+Green+Blue) = 192+148+238=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C094EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094EE is #3F6B11. Grayscale: #ABABAB. Windows color (decimal): -4156178 or 15635648. OLE color: 15635648.

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

Color convert

RGB 192 148 238 -
CMYK 0.19 0.38 0 0.07
HSL 269.33º 0.73% 0.76% -
HSV(B) 269.33º 0.38% 0.93% -
XYZ 47.76 38.56 85.81 -
YUV 171.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 192 148 238 0.19 0.38 0 0.07 269.33 0.73 0.76
Hex C0 94 EE 13 26 0 7 10D 49 4C
Octal 300 224 356 23 46 0 7 415 111 114
Binary 11000000 10010100 11101110 10011 100110 0 111 100001101 1001001 1001100

Color Harmonies of #C094EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094EE

Black with #C094EE

Text Example


Text Example

White with #C094EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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