Html Css Color HEX #C54CEC Medium Orchid

📋 copy color: '#C54CEC'

red 197 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C54CEC

Tints of Medium Orchid #C54CEC

RGB

 RED value IS 197 (77.34% from 255) = 38.7%

 GREEN value IS 76 (30.08% from 255) = 14.93%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 38.7%
G = 14.93%
B = 46.37%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C54CEC (or 0xC54CEC) is known color: Medium Orchid. HEX triplet: C5, 4C and EC. RGB value is (197,76,236). Sum of RGB (Red+Green+Blue) = 197+76+236=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C54CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CEC is #3AB313. Grayscale: #818181. Windows color (decimal): -3846932 or 15486149. OLE color: 15486149.

HSL color Cylindrical-coordinate representation of color #C54CEC: hue angle of 285.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54CEC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 76 236 -
CMYK 0.17 0.68 0 0.07
HSL 285.38º 0.81% 0.61% -
HSV(B) 285.38º 0.68% 0.93% -
XYZ 40.75 23.1 81.67 -
YUV 130.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 197 76 236 0.17 0.68 0 0.07 285.38 0.81 0.61
Hex C5 4C EC 11 44 0 7 11D 51 3D
Octal 305 114 354 21 104 0 7 435 121 75
Binary 11000101 1001100 11101100 10001 1000100 0 111 100011101 1010001 111101

Color Harmonies of #C54CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CEC

Black with #C54CEC

Text Example


Text Example

White with #C54CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CEC; }

 p { color: rgb(197,76,236); }

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

background-color css

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

 a { background-color: rgb(197,76,236); }

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

border-color css

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

 span { border-color: rgb(197,76,236); }

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