Html Css Color HEX #C54FEE Medium Orchid

📋 copy color: '#C54FEE'

red 197 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #C54FEE

Tints of Medium Orchid #C54FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.37%

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 38.33%
G = 15.37%
B = 46.3%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C54FEE (or 0xC54FEE) is known color: Medium Orchid. HEX triplet: C5, 4F and EE. RGB value is (197,79,238). Sum of RGB (Red+Green+Blue) = 197+79+238=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C54FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEE is #3AB011. Grayscale: #838383. Windows color (decimal): -3846162 or 15617989. OLE color: 15617989.

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

Color convert

RGB 197 79 238 -
CMYK 0.17 0.67 0 0.07
HSL 284.53º 0.82% 0.62% -
HSV(B) 284.53º 0.67% 0.93% -
XYZ 41.25 23.64 83.28 -
YUV 132.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 197 79 238 0.17 0.67 0 0.07 284.53 0.82 0.62
Hex C5 4F EE 11 43 0 7 11D 52 3E
Octal 305 117 356 21 103 0 7 435 122 76
Binary 11000101 1001111 11101110 10001 1000011 0 111 100011101 1010010 111110

Color Harmonies of #C54FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FEE

Black with #C54FEE

Text Example


Text Example

White with #C54FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FEE; }

 p { color: rgb(197,79,238); }

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

background-color css

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

 a { background-color: rgb(197,79,238); }

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

border-color css

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

 span { border-color: rgb(197,79,238); }

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