Html Css Color HEX #C246DB Medium Orchid

📋 copy color: '#C246DB'

red 194 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #C246DB

Tints of Medium Orchid #C246DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 40.17%
G = 14.49%
B = 45.34%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C246DB (or 0xC246DB) is known color: Medium Orchid. HEX triplet: C2, 46 and DB. RGB value is (194,70,219). Sum of RGB (Red+Green+Blue) = 194+70+219=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C246DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246DB is #3DB924. Grayscale: #7B7B7B. Windows color (decimal): -4045093 or 14370498. OLE color: 14370498.

HSL color Cylindrical-coordinate representation of color #C246DB: hue angle of 289.93º degrees, saturation: 0.67, 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 #C246DB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 70 219 -
CMYK 0.11 0.68 0 0.14
HSL 289.93º 0.67% 0.57% -
HSV(B) 289.93º 0.68% 0.86% -
XYZ 37.22 20.96 69.1 -
YUV 124.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 194 70 219 0.11 0.68 0 0.14 289.93 0.67 0.57
Hex C2 46 DB B 44 0 E 122 43 39
Octal 302 106 333 13 104 0 16 442 103 71
Binary 11000010 1000110 11011011 1011 1000100 0 1110 100100010 1000011 111001

Color Harmonies of #C246DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246DB

Black with #C246DB

Text Example


Text Example

White with #C246DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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