Html Css Color HEX #C054EE Medium Orchid

📋 copy color: '#C054EE'

red 192 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #C054EE

Tints of Medium Orchid #C054EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 37.35%
G = 16.34%
B = 46.3%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C054EE (or 0xC054EE) is known color: Medium Orchid. HEX triplet: C0, 54 and EE. RGB value is (192,84,238). Sum of RGB (Red+Green+Blue) = 192+84+238=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C054EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054EE is #3FAB11. Grayscale: #858585. Windows color (decimal): -4172562 or 15619264. OLE color: 15619264.

HSL color Cylindrical-coordinate representation of color #C054EE: hue angle of 282.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C054EE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 84 238 -
CMYK 0.19 0.65 0 0.07
HSL 282.08º 0.82% 0.63% -
HSV(B) 282.08º 0.65% 0.93% -
XYZ 40.34 23.72 83.34 -
YUV 133.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 192 84 238 0.19 0.65 0 0.07 282.08 0.82 0.63
Hex C0 54 EE 13 41 0 7 11A 52 3F
Octal 300 124 356 23 101 0 7 432 122 77
Binary 11000000 1010100 11101110 10011 1000001 0 111 100011010 1010010 111111

Color Harmonies of #C054EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054EE

Black with #C054EE

Text Example


Text Example

White with #C054EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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