Html Css Color HEX #C542FC Medium Orchid

📋 copy color: '#C542FC'

red 197 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #C542FC

Tints of Medium Orchid #C542FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.82%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 38.25%
G = 12.82%
B = 48.93%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C542FC (or 0xC542FC) is known color: Medium Orchid. HEX triplet: C5, 42 and FC. RGB value is (197,66,252). Sum of RGB (Red+Green+Blue) = 197+66+252=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C542FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542FC is #3ABD03. Grayscale: #7D7D7D. Windows color (decimal): -3849476 or 16532165. OLE color: 16532165.

HSL color Cylindrical-coordinate representation of color #C542FC: hue angle of 282.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C542FC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 66 252 -
CMYK 0.22 0.74 0 0.01
HSL 282.26º 0.97% 0.62% -
HSV(B) 282.26º 0.74% 0.99% -
XYZ 42.54 22.8 94.25 -
YUV 126.37 198.9 178.38 -
System Red Green Blue C M Y K H S L
Decimal 197 66 252 0.22 0.74 0 0.01 282.26 0.97 0.62
Hex C5 42 FC 16 4A 0 1 11A 61 3E
Octal 305 102 374 26 112 0 1 432 141 76
Binary 11000101 1000010 11111100 10110 1001010 0 1 100011010 1100001 111110

Color Harmonies of #C542FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542FC

Black with #C542FC

Text Example


Text Example

White with #C542FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542FC; }

 p { color: rgb(197,66,252); }

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

background-color css

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

 a { background-color: rgb(197,66,252); }

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

border-color css

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

 span { border-color: rgb(197,66,252); }

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