Html Css Color HEX #C054FC Medium Orchid

📋 copy color: '#C054FC'

red 192 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #C054FC

Tints of Medium Orchid #C054FC

RGB

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

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

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

R = 36.36%
G = 15.91%
B = 47.73%

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

#C054FC (or 0xC054FC) is known color: Medium Orchid. HEX triplet: C0, 54 and FC. RGB value is (192,84,252). Sum of RGB (Red+Green+Blue) = 192+84+252=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C054FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054FC is #3FAB03. Grayscale: #868686. Windows color (decimal): -4172548 or 16536768. OLE color: 16536768.

HSL color Cylindrical-coordinate representation of color #C054FC: hue angle of 278.57º degrees, saturation: 0.97, 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 #C054FC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 84 252 -
CMYK 0.24 0.67 0 0.01
HSL 278.57º 0.97% 0.66% -
HSV(B) 278.57º 0.67% 0.99% -
XYZ 42.48 24.58 94.6 -
YUV 135.44 193.78 168.34 -
System Red Green Blue C M Y K H S L
Decimal 192 84 252 0.24 0.67 0 0.01 278.57 0.97 0.66
Hex C0 54 FC 18 43 0 1 117 61 42
Octal 300 124 374 30 103 0 1 427 141 102
Binary 11000000 1010100 11111100 11000 1000011 0 1 100010111 1100001 1000010

Color Harmonies of #C054FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054FC

Black with #C054FC

Text Example


Text Example

White with #C054FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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