Html Css Color HEX #C054DF Medium Orchid

📋 copy color: '#C054DF'

red 192 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #C054DF

Tints of Medium Orchid #C054DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 38.48%
G = 16.83%
B = 44.69%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C054DF (or 0xC054DF) is known color: Medium Orchid. HEX triplet: C0, 54 and DF. RGB value is (192,84,223). Sum of RGB (Red+Green+Blue) = 192+84+223=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C054DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054DF is #3FAB20. Grayscale: #838383. Windows color (decimal): -4172577 or 14636224. OLE color: 14636224.

HSL color Cylindrical-coordinate representation of color #C054DF: hue angle of 286.62º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C054DF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 84 223 -
CMYK 0.14 0.62 0 0.13
HSL 286.62º 0.68% 0.6% -
HSV(B) 286.62º 0.62% 0.87% -
XYZ 38.23 22.87 72.21 -
YUV 132.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 192 84 223 0.14 0.62 0 0.13 286.62 0.68 0.6
Hex C0 54 DF E 3E 0 D 11F 44 3C
Octal 300 124 337 16 76 0 15 437 104 74
Binary 11000000 1010100 11011111 1110 111110 0 1101 100011111 1000100 111100

Color Harmonies of #C054DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054DF

Black with #C054DF

Text Example


Text Example

White with #C054DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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