Html Css Color HEX #C346DC Medium Orchid

📋 copy color: '#C346DC'

red 195 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #C346DC

Tints of Medium Orchid #C346DC

RGB

 RED value IS 195 (76.56% from 255) = 40.21%

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

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

R = 40.21%
G = 14.43%
B = 45.36%

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

#C346DC (or 0xC346DC) is known color: Medium Orchid. HEX triplet: C3, 46 and DC. RGB value is (195,70,220). Sum of RGB (Red+Green+Blue) = 195+70+220=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C346DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346DC is #3CB923. Grayscale: #7C7C7C. Windows color (decimal): -3979556 or 14436035. OLE color: 14436035.

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

Color convert

RGB 195 70 220 -
CMYK 0.11 0.68 0 0.14
HSL 290º 0.68% 0.57% -
HSV(B) 290º 0.68% 0.86% -
XYZ 37.61 21.15 69.81 -
YUV 124.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 195 70 220 0.11 0.68 0 0.14 290 0.68 0.57
Hex C3 46 DC B 44 0 E 122 44 39
Octal 303 106 334 13 104 0 16 442 104 71
Binary 11000011 1000110 11011100 1011 1000100 0 1110 100100010 1000100 111001

Color Harmonies of #C346DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346DC

Black with #C346DC

Text Example


Text Example

White with #C346DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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