Html Css Color HEX #C54CED Medium Orchid

📋 copy color: '#C54CED'

red 197 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #C54CED

Tints of Medium Orchid #C54CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 38.63%
G = 14.9%
B = 46.47%

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

#C54CED (or 0xC54CED) is known color: Medium Orchid. HEX triplet: C5, 4C and ED. RGB value is (197,76,237). Sum of RGB (Red+Green+Blue) = 197+76+237=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C54CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CED is #3AB312. Grayscale: #828282. Windows color (decimal): -3846931 or 15551685. OLE color: 15551685.

HSL color Cylindrical-coordinate representation of color #C54CED: hue angle of 285.09º degrees, saturation: 0.82, 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 #C54CED is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 76 237 -
CMYK 0.17 0.68 0 0.07
HSL 285.09º 0.82% 0.61% -
HSV(B) 285.09º 0.68% 0.93% -
XYZ 40.9 23.15 82.43 -
YUV 130.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 197 76 237 0.17 0.68 0 0.07 285.09 0.82 0.61
Hex C5 4C ED 11 44 0 7 11D 52 3D
Octal 305 114 355 21 104 0 7 435 122 75
Binary 11000101 1001100 11101101 10001 1000100 0 111 100011101 1010010 111101

Color Harmonies of #C54CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CED

Black with #C54CED

Text Example


Text Example

White with #C54CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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