Html Css Color HEX #C246DF Medium Orchid

📋 copy color: '#C246DF'

red 194 ◦ green 70 ◦ blue 223

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

Shades of Medium Orchid #C246DF

Tints of Medium Orchid #C246DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 39.84%
G = 14.37%
B = 45.79%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C246DF (or 0xC246DF) is known color: Medium Orchid. HEX triplet: C2, 46 and DF. RGB value is (194,70,223). Sum of RGB (Red+Green+Blue) = 194+70+223=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C246DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246DF is #3DB920. Grayscale: #7C7C7C. Windows color (decimal): -4045089 or 14632642. OLE color: 14632642.

HSL color Cylindrical-coordinate representation of color #C246DF: hue angle of 288.63º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C246DF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 70 223 -
CMYK 0.13 0.69 0 0.13
HSL 288.63º 0.71% 0.57% -
HSV(B) 288.63º 0.69% 0.87% -
XYZ 37.76 21.18 71.91 -
YUV 124.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 194 70 223 0.13 0.69 0 0.13 288.63 0.71 0.57
Hex C2 46 DF D 45 0 D 121 47 39
Octal 302 106 337 15 105 0 15 441 107 71
Binary 11000010 1000110 11011111 1101 1000101 0 1101 100100001 1000111 111001

Color Harmonies of #C246DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246DF

Black with #C246DF

Text Example


Text Example

White with #C246DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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