Html Css Color HEX #C346D0 Medium Orchid

📋 copy color: '#C346D0'

red 195 ◦ green 70 ◦ blue 208

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

Shades of Medium Orchid #C346D0

Tints of Medium Orchid #C346D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 41.23%
G = 14.8%
B = 43.97%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C346D0 (or 0xC346D0) is known color: Medium Orchid. HEX triplet: C3, 46 and D0. RGB value is (195,70,208). Sum of RGB (Red+Green+Blue) = 195+70+208=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #C346D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346D0 is #3CB92F. Grayscale: #7A7A7A. Windows color (decimal): -3979568 or 13649603. OLE color: 13649603.

HSL color Cylindrical-coordinate representation of color #C346D0: hue angle of 294.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C346D0 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 70 208 -
CMYK 0.06 0.66 0 0.18
HSL 294.35º 0.59% 0.55% -
HSV(B) 294.35º 0.66% 0.82% -
XYZ 36.08 20.54 61.74 -
YUV 123.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 195 70 208 0.06 0.66 0 0.18 294.35 0.59 0.55
Hex C3 46 D0 6 42 0 12 126 3B 37
Octal 303 106 320 6 102 0 22 446 73 67
Binary 11000011 1000110 11010000 110 1000010 0 10010 100100110 111011 110111

Color Harmonies of #C346D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346D0

Black with #C346D0

Text Example


Text Example

White with #C346D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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