Html Css Color HEX #C346EF Medium Orchid

📋 copy color: '#C346EF'

red 195 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #C346EF

Tints of Medium Orchid #C346EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 38.69%
G = 13.89%
B = 47.42%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C346EF (or 0xC346EF) is known color: Medium Orchid. HEX triplet: C3, 46 and EF. RGB value is (195,70,239). Sum of RGB (Red+Green+Blue) = 195+70+239=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #C346EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C346EF is #3CB910. Grayscale: #7E7E7E. Windows color (decimal): -3979537 or 15681219. OLE color: 15681219.

HSL color Cylindrical-coordinate representation of color #C346EF: hue angle of 284.38º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C346EF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 70 239 -
CMYK 0.18 0.71 0 0.06
HSL 284.38º 0.84% 0.61% -
HSV(B) 284.38º 0.71% 0.94% -
XYZ 40.28 22.21 83.83 -
YUV 126.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 195 70 239 0.18 0.71 0 0.06 284.38 0.84 0.61
Hex C3 46 EF 12 47 0 6 11C 54 3D
Octal 303 106 357 22 107 0 6 434 124 75
Binary 11000011 1000110 11101111 10010 1000111 0 110 100011100 1010100 111101

Color Harmonies of #C346EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346EF

Black with #C346EF

Text Example


Text Example

White with #C346EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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