Html Css Color HEX #C54BEB Medium Orchid

📋 copy color: '#C54BEB'

red 197 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #C54BEB

Tints of Medium Orchid #C54BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 38.86%
G = 14.79%
B = 46.35%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C54BEB (or 0xC54BEB) is known color: Medium Orchid. HEX triplet: C5, 4B and EB. RGB value is (197,75,235). Sum of RGB (Red+Green+Blue) = 197+75+235=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C54BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BEB is #3AB414. Grayscale: #818181. Windows color (decimal): -3847189 or 15420357. OLE color: 15420357.

HSL color Cylindrical-coordinate representation of color #C54BEB: hue angle of 285.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54BEB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 75 235 -
CMYK 0.16 0.68 0 0.08
HSL 285.75º 0.8% 0.61% -
HSV(B) 285.75º 0.68% 0.92% -
XYZ 40.54 22.9 80.88 -
YUV 129.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 197 75 235 0.16 0.68 0 0.08 285.75 0.8 0.61
Hex C5 4B EB 10 44 0 8 11E 50 3D
Octal 305 113 353 20 104 0 10 436 120 75
Binary 11000101 1001011 11101011 10000 1000100 0 1000 100011110 1010000 111101

Color Harmonies of #C54BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BEB

Black with #C54BEB

Text Example


Text Example

White with #C54BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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