Html Css Color HEX #C247EF Medium Orchid

📋 copy color: '#C247EF'

red 194 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #C247EF

Tints of Medium Orchid #C247EF

RGB

 RED value IS 194 (76.17% from 255) = 38.49%

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 38.49%
G = 14.09%
B = 47.42%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C247EF (or 0xC247EF) is known color: Medium Orchid. HEX triplet: C2, 47 and EF. RGB value is (194,71,239). Sum of RGB (Red+Green+Blue) = 194+71+239=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #C247EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247EF is #3DB810. Grayscale: #7E7E7E. Windows color (decimal): -4044817 or 15681474. OLE color: 15681474.

HSL color Cylindrical-coordinate representation of color #C247EF: hue angle of 283.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C247EF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 71 239 -
CMYK 0.19 0.70 0 0.06
HSL 283.93º 0.84% 0.61% -
HSV(B) 283.93º 0.7% 0.94% -
XYZ 40.08 22.21 83.84 -
YUV 126.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 194 71 239 0.19 0.70 0 0.06 283.93 0.84 0.61
Hex C2 47 EF 13 46 0 6 11C 54 3D
Octal 302 107 357 23 106 0 6 434 124 75
Binary 11000010 1000111 11101111 10011 1000110 0 110 100011100 1010100 111101

Color Harmonies of #C247EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247EF

Black with #C247EF

Text Example


Text Example

White with #C247EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247EF; }

 p { color: rgb(194,71,239); }

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

background-color css

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

 a { background-color: rgb(194,71,239); }

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

border-color css

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

 span { border-color: rgb(194,71,239); }

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