Html Css Color HEX #C246DE Medium Orchid

📋 copy color: '#C246DE'

red 194 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #C246DE

Tints of Medium Orchid #C246DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 39.92%
G = 14.4%
B = 45.68%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C246DE (or 0xC246DE) is known color: Medium Orchid. HEX triplet: C2, 46 and DE. RGB value is (194,70,222). Sum of RGB (Red+Green+Blue) = 194+70+222=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C246DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246DE is #3DB921. Grayscale: #7B7B7B. Windows color (decimal): -4045090 or 14567106. OLE color: 14567106.

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

Color convert

RGB 194 70 222 -
CMYK 0.13 0.68 0 0.13
HSL 288.95º 0.7% 0.57% -
HSV(B) 288.95º 0.68% 0.87% -
XYZ 37.62 21.12 71.2 -
YUV 124.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 194 70 222 0.13 0.68 0 0.13 288.95 0.7 0.57
Hex C2 46 DE D 44 0 D 121 46 39
Octal 302 106 336 15 104 0 15 441 106 71
Binary 11000010 1000110 11011110 1101 1000100 0 1101 100100001 1000110 111001

Color Harmonies of #C246DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246DE

Black with #C246DE

Text Example


Text Example

White with #C246DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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