Html Css Color HEX #C247CF Medium Orchid

📋 copy color: '#C247CF'

red 194 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #C247CF

Tints of Medium Orchid #C247CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 41.1%
G = 15.04%
B = 43.86%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C247CF (or 0xC247CF) is known color: Medium Orchid. HEX triplet: C2, 47 and CF. RGB value is (194,71,207). Sum of RGB (Red+Green+Blue) = 194+71+207=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C247CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CF is #3DB830. Grayscale: #7A7A7A. Windows color (decimal): -4044849 or 13584322. OLE color: 13584322.

HSL color Cylindrical-coordinate representation of color #C247CF: hue angle of 294.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C247CF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 71 207 -
CMYK 0.06 0.66 0 0.19
HSL 294.26º 0.59% 0.55% -
HSV(B) 294.26º 0.66% 0.81% -
XYZ 35.76 20.48 61.1 -
YUV 123.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 194 71 207 0.06 0.66 0 0.19 294.26 0.59 0.55
Hex C2 47 CF 6 42 0 13 126 3B 37
Octal 302 107 317 6 102 0 23 446 73 67
Binary 11000010 1000111 11001111 110 1000010 0 10011 100100110 111011 110111

Color Harmonies of #C247CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247CF

Black with #C247CF

Text Example


Text Example

White with #C247CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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