Html Css Color HEX #C094FD Perfume

📋 copy color: '#C094FD'

red 192 ◦ green 148 ◦ blue 253

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

Shades of Perfume #C094FD

Tints of Perfume #C094FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 32.38%
G = 24.96%
B = 42.66%

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

#C094FD (or 0xC094FD) is known color: Perfume. HEX triplet: C0, 94 and FD. RGB value is (192,148,253). Sum of RGB (Red+Green+Blue) = 192+148+253=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C094FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094FD is #3F6B02. Grayscale: #ACACAC. Windows color (decimal): -4156163 or 16618688. OLE color: 16618688.

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

Color convert

RGB 192 148 253 -
CMYK 0.24 0.42 0 0.01
HSL 265.14º 0.96% 0.79% -
HSV(B) 265.14º 0.42% 0.99% -
XYZ 50.06 39.48 97.91 -
YUV 173.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 192 148 253 0.24 0.42 0 0.01 265.14 0.96 0.79
Hex C0 94 FD 18 2A 0 1 109 60 4F
Octal 300 224 375 30 52 0 1 411 140 117
Binary 11000000 10010100 11111101 11000 101010 0 1 100001001 1100000 1001111

Color Harmonies of #C094FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094FD

Black with #C094FD

Text Example


Text Example

White with #C094FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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