Html Css Color HEX #C346ED Medium Orchid

📋 copy color: '#C346ED'

red 195 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #C346ED

Tints of Medium Orchid #C346ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 38.84%
G = 13.94%
B = 47.21%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C346ED (or 0xC346ED) is known color: Medium Orchid. HEX triplet: C3, 46 and ED. RGB value is (195,70,237). Sum of RGB (Red+Green+Blue) = 195+70+237=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #C346ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C346ED is #3CB912. Grayscale: #7D7D7D. Windows color (decimal): -3979539 or 15550147. OLE color: 15550147.

HSL color Cylindrical-coordinate representation of color #C346ED: hue angle of 284.91º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C346ED is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 70 237 -
CMYK 0.18 0.70 0 0.07
HSL 284.91º 0.82% 0.6% -
HSV(B) 284.91º 0.7% 0.93% -
XYZ 39.98 22.1 82.28 -
YUV 126.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 195 70 237 0.18 0.70 0 0.07 284.91 0.82 0.6
Hex C3 46 ED 12 46 0 7 11D 52 3C
Octal 303 106 355 22 106 0 7 435 122 74
Binary 11000011 1000110 11101101 10010 1000110 0 111 100011101 1010010 111100

Color Harmonies of #C346ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346ED

Black with #C346ED

Text Example


Text Example

White with #C346ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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