Html Css Color HEX #C054FD Medium Orchid

📋 copy color: '#C054FD'

red 192 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #C054FD

Tints of Medium Orchid #C054FD

RGB

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

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

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

R = 36.29%
G = 15.88%
B = 47.83%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C054FD (or 0xC054FD) is known color: Medium Orchid. HEX triplet: C0, 54 and FD. RGB value is (192,84,253). Sum of RGB (Red+Green+Blue) = 192+84+253=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C054FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054FD is #3FAB02. Grayscale: #868686. Windows color (decimal): -4172547 or 16602304. OLE color: 16602304.

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

Color convert

RGB 192 84 253 -
CMYK 0.24 0.67 0 0.01
HSL 278.34º 0.98% 0.66% -
HSV(B) 278.34º 0.67% 0.99% -
XYZ 42.64 24.64 95.44 -
YUV 135.56 194.28 168.26 -
System Red Green Blue C M Y K H S L
Decimal 192 84 253 0.24 0.67 0 0.01 278.34 0.98 0.66
Hex C0 54 FD 18 43 0 1 116 62 42
Octal 300 124 375 30 103 0 1 426 142 102
Binary 11000000 1010100 11111101 11000 1000011 0 1 100010110 1100010 1000010

Color Harmonies of #C054FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054FD

Black with #C054FD

Text Example


Text Example

White with #C054FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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