Html Css Color HEX #C093FF Perfume

📋 copy color: '#C093FF'

red 192 ◦ green 147 ◦ blue 255

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

Shades of Perfume #C093FF

Tints of Perfume #C093FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.75%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 32.32%
G = 24.75%
B = 42.93%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C093FF (or 0xC093FF) is known color: Perfume. HEX triplet: C0, 93 and FF. RGB value is (192,147,255). Sum of RGB (Red+Green+Blue) = 192+147+255=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C093FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093FF is #3F6C00. Grayscale: #ACACAC. Windows color (decimal): -4156417 or 16749504. OLE color: 16749504.

HSL color Cylindrical-coordinate representation of color #C093FF: hue angle of 265º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C093FF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 147 255 -
CMYK 0.25 0.42 0 0
HSL 265º 1% 0.79% -
HSV(B) 265º 0.42% 1% -
XYZ 50.22 39.29 99.55 -
YUV 172.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 192 147 255 0.25 0.42 0 0 265 1 0.79
Hex C0 93 FF 19 2A 0 0 109 64 4F
Octal 300 223 377 31 52 0 0 411 144 117
Binary 11000000 10010011 11111111 11001 101010 0 0 100001001 1100100 1001111

Color Harmonies of #C093FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093FF

Black with #C093FF

Text Example


Text Example

White with #C093FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093FF; }

 p { color: rgb(192,147,255); }

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

background-color css

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

 a { background-color: rgb(192,147,255); }

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

border-color css

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

 span { border-color: rgb(192,147,255); }

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