Html Css Color HEX #C247CE Medium Orchid

📋 copy color: '#C247CE'

red 194 ◦ green 71 ◦ blue 206

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

Shades of Medium Orchid #C247CE

Tints of Medium Orchid #C247CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 41.19%
G = 15.07%
B = 43.74%

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

#C247CE (or 0xC247CE) is known color: Medium Orchid. HEX triplet: C2, 47 and CE. RGB value is (194,71,206). Sum of RGB (Red+Green+Blue) = 194+71+206=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #C247CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CE is #3DB831. Grayscale: #7A7A7A. Windows color (decimal): -4044850 or 13518786. OLE color: 13518786.

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

Color convert

RGB 194 71 206 -
CMYK 0.06 0.66 0 0.19
HSL 294.67º 0.58% 0.54% -
HSV(B) 294.67º 0.66% 0.81% -
XYZ 35.64 20.43 60.46 -
YUV 123.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 194 71 206 0.06 0.66 0 0.19 294.67 0.58 0.54
Hex C2 47 CE 6 42 0 13 127 3A 36
Octal 302 107 316 6 102 0 23 447 72 66
Binary 11000010 1000111 11001110 110 1000010 0 10011 100100111 111010 110110

Color Harmonies of #C247CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247CE

Black with #C247CE

Text Example


Text Example

White with #C247CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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