Html Css Color HEX #C54BE4 Medium Orchid

📋 copy color: '#C54BE4'

red 197 ◦ green 75 ◦ blue 228

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

Shades of Medium Orchid #C54BE4

Tints of Medium Orchid #C54BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 39.4%
G = 15%
B = 45.6%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C54BE4 (or 0xC54BE4) is known color: Medium Orchid. HEX triplet: C5, 4B and E4. RGB value is (197,75,228). Sum of RGB (Red+Green+Blue) = 197+75+228=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #C54BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BE4 is #3AB41B. Grayscale: #808080. Windows color (decimal): -3847196 or 14961605. OLE color: 14961605.

HSL color Cylindrical-coordinate representation of color #C54BE4: hue angle of 287.84º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54BE4 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 75 228 -
CMYK 0.14 0.67 0 0.11
HSL 287.84º 0.74% 0.59% -
HSV(B) 287.84º 0.67% 0.89% -
XYZ 39.55 22.5 75.66 -
YUV 128.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 197 75 228 0.14 0.67 0 0.11 287.84 0.74 0.59
Hex C5 4B E4 E 43 0 B 120 4A 3B
Octal 305 113 344 16 103 0 13 440 112 73
Binary 11000101 1001011 11100100 1110 1000011 0 1011 100100000 1001010 111011

Color Harmonies of #C54BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BE4

Black with #C54BE4

Text Example


Text Example

White with #C54BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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