Html Css Color HEX #C093FC Perfume

📋 copy color: '#C093FC'

red 192 ◦ green 147 ◦ blue 252

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

Shades of Perfume #C093FC

Tints of Perfume #C093FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 32.49%
G = 24.87%
B = 42.64%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C093FC (or 0xC093FC) is known color: Perfume. HEX triplet: C0, 93 and FC. RGB value is (192,147,252). Sum of RGB (Red+Green+Blue) = 192+147+252=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #C093FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093FC is #3F6C03. Grayscale: #ACACAC. Windows color (decimal): -4156420 or 16552896. OLE color: 16552896.

HSL color Cylindrical-coordinate representation of color #C093FC: hue angle of 265.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C093FC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 147 252 -
CMYK 0.24 0.42 0 0.01
HSL 265.71º 0.95% 0.78% -
HSV(B) 265.71º 0.42% 0.99% -
XYZ 49.74 39.1 97.02 -
YUV 172.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 192 147 252 0.24 0.42 0 0.01 265.71 0.95 0.78
Hex C0 93 FC 18 2A 0 1 10A 5F 4E
Octal 300 223 374 30 52 0 1 412 137 116
Binary 11000000 10010011 11111100 11000 101010 0 1 100001010 1011111 1001110

Color Harmonies of #C093FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093FC

Black with #C093FC

Text Example


Text Example

White with #C093FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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