Html Css Color HEX #C047FC Medium Orchid

📋 copy color: '#C047FC'

red 192 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #C047FC

Tints of Medium Orchid #C047FC

RGB

 RED value IS 192 (75.39% from 255) = 37.28%

 GREEN value IS 71 (28.13% from 255) = 13.79%

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

R = 37.28%
G = 13.79%
B = 48.93%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C047FC (or 0xC047FC) is known color: Medium Orchid. HEX triplet: C0, 47 and FC. RGB value is (192,71,252). Sum of RGB (Red+Green+Blue) = 192+71+252=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 71 (28.12% from 255 or 13.79% 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 #C047FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047FC is #3FB803. Grayscale: #7F7F7F. Windows color (decimal): -4175876 or 16533440. OLE color: 16533440.

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

Color convert

RGB 192 71 252 -
CMYK 0.24 0.72 0 0.01
HSL 280.11º 0.97% 0.63% -
HSV(B) 280.11º 0.72% 0.99% -
XYZ 41.56 22.74 94.29 -
YUV 127.81 198.09 173.78 -
System Red Green Blue C M Y K H S L
Decimal 192 71 252 0.24 0.72 0 0.01 280.11 0.97 0.63
Hex C0 47 FC 18 48 0 1 118 61 3F
Octal 300 107 374 30 110 0 1 430 141 77
Binary 11000000 1000111 11111100 11000 1001000 0 1 100011000 1100001 111111

Color Harmonies of #C047FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047FC

Black with #C047FC

Text Example


Text Example

White with #C047FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047FC; }

 p { color: rgb(192,71,252); }

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

background-color css

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

 a { background-color: rgb(192,71,252); }

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

border-color css

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

 span { border-color: rgb(192,71,252); }

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