Html Css Color HEX #C54BDF Medium Orchid

📋 copy color: '#C54BDF'

red 197 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #C54BDF

Tints of Medium Orchid #C54BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.15%

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

R = 39.8%
G = 15.15%
B = 45.05%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C54BDF (or 0xC54BDF) is known color: Medium Orchid. HEX triplet: C5, 4B and DF. RGB value is (197,75,223). Sum of RGB (Red+Green+Blue) = 197+75+223=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C54BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BDF is #3AB420. Grayscale: #7F7F7F. Windows color (decimal): -3847201 or 14633925. OLE color: 14633925.

HSL color Cylindrical-coordinate representation of color #C54BDF: hue angle of 289.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54BDF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 75 223 -
CMYK 0.12 0.66 0 0.13
HSL 289.46º 0.7% 0.58% -
HSV(B) 289.46º 0.66% 0.87% -
XYZ 38.86 22.23 72.05 -
YUV 128.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 197 75 223 0.12 0.66 0 0.13 289.46 0.7 0.58
Hex C5 4B DF C 42 0 D 121 46 3A
Octal 305 113 337 14 102 0 15 441 106 72
Binary 11000101 1001011 11011111 1100 1000010 0 1101 100100001 1000110 111010

Color Harmonies of #C54BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BDF

Black with #C54BDF

Text Example


Text Example

White with #C54BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BDF; }

 p { color: rgb(197,75,223); }

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

background-color css

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

 a { background-color: rgb(197,75,223); }

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

border-color css

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

 span { border-color: rgb(197,75,223); }

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