Html Css Color HEX #C047FF Medium Orchid

📋 copy color: '#C047FF'

red 192 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #C047FF

Tints of Medium Orchid #C047FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 37.07%
G = 13.71%
B = 49.23%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C047FF (or 0xC047FF) is known color: Medium Orchid. HEX triplet: C0, 47 and FF. RGB value is (192,71,255). Sum of RGB (Red+Green+Blue) = 192+71+255=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C047FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047FF is #3FB800. Grayscale: #7F7F7F. Windows color (decimal): -4175873 or 16730048. OLE color: 16730048.

HSL color Cylindrical-coordinate representation of color #C047FF: hue angle of 279.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C047FF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 71 255 -
CMYK 0.25 0.72 0 0
HSL 279.46º 1% 0.64% -
HSV(B) 279.46º 0.72% 1% -
XYZ 42.04 22.93 96.82 -
YUV 128.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 192 71 255 0.25 0.72 0 0 279.46 1 0.64
Hex C0 47 FF 19 48 0 0 117 64 40
Octal 300 107 377 31 110 0 0 427 144 100
Binary 11000000 1000111 11111111 11001 1001000 0 0 100010111 1100100 1000000

Color Harmonies of #C047FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047FF

Black with #C047FF

Text Example


Text Example

White with #C047FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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