Html Css Color HEX #C247FC Medium Orchid

📋 copy color: '#C247FC'

red 194 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #C247FC

Tints of Medium Orchid #C247FC

RGB

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

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

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

R = 37.52%
G = 13.73%
B = 48.74%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C247FC (or 0xC247FC) is known color: Medium Orchid. HEX triplet: C2, 47 and FC. RGB value is (194,71,252). Sum of RGB (Red+Green+Blue) = 194+71+252=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C247FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247FC is #3DB803. Grayscale: #7F7F7F. Windows color (decimal): -4044804 or 16533442. OLE color: 16533442.

HSL color Cylindrical-coordinate representation of color #C247FC: hue angle of 280.77º 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 #C247FC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 71 252 -
CMYK 0.23 0.72 0 0.01
HSL 280.77º 0.97% 0.63% -
HSV(B) 280.77º 0.72% 0.99% -
XYZ 42.07 23 94.32 -
YUV 128.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 194 71 252 0.23 0.72 0 0.01 280.77 0.97 0.63
Hex C2 47 FC 17 48 0 1 119 61 3F
Octal 302 107 374 27 110 0 1 431 141 77
Binary 11000010 1000111 11111100 10111 1001000 0 1 100011001 1100001 111111

Color Harmonies of #C247FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247FC

Black with #C247FC

Text Example


Text Example

White with #C247FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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