Html Css Color HEX #C054FA Medium Orchid

📋 copy color: '#C054FA'

red 192 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #C054FA

Tints of Medium Orchid #C054FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.97%

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 36.5%
G = 15.97%
B = 47.53%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C054FA (or 0xC054FA) is known color: Medium Orchid. HEX triplet: C0, 54 and FA. RGB value is (192,84,250). Sum of RGB (Red+Green+Blue) = 192+84+250=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C054FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054FA is #3FAB05. Grayscale: #868686. Windows color (decimal): -4172550 or 16405696. OLE color: 16405696.

HSL color Cylindrical-coordinate representation of color #C054FA: hue angle of 279.04º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C054FA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 84 250 -
CMYK 0.23 0.66 0 0.02
HSL 279.04º 0.94% 0.65% -
HSV(B) 279.04º 0.66% 0.98% -
XYZ 42.16 24.45 92.94 -
YUV 135.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 192 84 250 0.23 0.66 0 0.02 279.04 0.94 0.65
Hex C0 54 FA 17 42 0 2 117 5E 41
Octal 300 124 372 27 102 0 2 427 136 101
Binary 11000000 1010100 11111010 10111 1000010 0 10 100010111 1011110 1000001

Color Harmonies of #C054FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054FA

Black with #C054FA

Text Example


Text Example

White with #C054FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054FA; }

 p { color: rgb(192,84,250); }

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

background-color css

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

 a { background-color: rgb(192,84,250); }

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

border-color css

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

 span { border-color: rgb(192,84,250); }

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