Html Css Color HEX #C246DC Medium Orchid

📋 copy color: '#C246DC'

red 194 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #C246DC

Tints of Medium Orchid #C246DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.46%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 40.08%
G = 14.46%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C246DC (or 0xC246DC) is known color: Medium Orchid. HEX triplet: C2, 46 and DC. RGB value is (194,70,220). Sum of RGB (Red+Green+Blue) = 194+70+220=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C246DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246DC is #3DB923. Grayscale: #7B7B7B. Windows color (decimal): -4045092 or 14436034. OLE color: 14436034.

HSL color Cylindrical-coordinate representation of color #C246DC: hue angle of 289.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C246DC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 70 220 -
CMYK 0.12 0.68 0 0.14
HSL 289.6º 0.68% 0.57% -
HSV(B) 289.6º 0.68% 0.86% -
XYZ 37.36 21.02 69.8 -
YUV 124.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 194 70 220 0.12 0.68 0 0.14 289.6 0.68 0.57
Hex C2 46 DC C 44 0 E 122 44 39
Octal 302 106 334 14 104 0 16 442 104 71
Binary 11000010 1000110 11011100 1100 1000100 0 1110 100100010 1000100 111001

Color Harmonies of #C246DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246DC

Black with #C246DC

Text Example


Text Example

White with #C246DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246DC; }

 p { color: rgb(194,70,220); }

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

background-color css

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

 a { background-color: rgb(194,70,220); }

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

border-color css

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

 span { border-color: rgb(194,70,220); }

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