Html Css Color HEX #C054CE Medium Orchid

📋 copy color: '#C054CE'

red 192 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #C054CE

Tints of Medium Orchid #C054CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 39.83%
G = 17.43%
B = 42.74%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C054CE (or 0xC054CE) is known color: Medium Orchid. HEX triplet: C0, 54 and CE. RGB value is (192,84,206). Sum of RGB (Red+Green+Blue) = 192+84+206=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C054CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054CE is #3FAB31. Grayscale: #818181. Windows color (decimal): -4172594 or 13522112. OLE color: 13522112.

HSL color Cylindrical-coordinate representation of color #C054CE: hue angle of 293.11º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C054CE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 84 206 -
CMYK 0.07 0.59 0 0.19
HSL 293.11º 0.55% 0.57% -
HSV(B) 293.11º 0.59% 0.81% -
XYZ 36.05 22 60.74 -
YUV 130.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 192 84 206 0.07 0.59 0 0.19 293.11 0.55 0.57
Hex C0 54 CE 7 3B 0 13 125 37 39
Octal 300 124 316 7 73 0 23 445 67 71
Binary 11000000 1010100 11001110 111 111011 0 10011 100100101 110111 111001

Color Harmonies of #C054CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054CE

Black with #C054CE

Text Example


Text Example

White with #C054CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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