Html Css Color HEX #C346DE Medium Orchid

📋 copy color: '#C346DE'

red 195 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #C346DE

Tints of Medium Orchid #C346DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 40.04%
G = 14.37%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C346DE (or 0xC346DE) is known color: Medium Orchid. HEX triplet: C3, 46 and DE. RGB value is (195,70,222). Sum of RGB (Red+Green+Blue) = 195+70+222=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #C346DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346DE is #3CB921. Grayscale: #7C7C7C. Windows color (decimal): -3979554 or 14567107. OLE color: 14567107.

HSL color Cylindrical-coordinate representation of color #C346DE: hue angle of 289.34º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C346DE is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 70 222 -
CMYK 0.12 0.68 0 0.13
HSL 289.34º 0.7% 0.57% -
HSV(B) 289.34º 0.68% 0.87% -
XYZ 37.88 21.26 71.21 -
YUV 124.7 182.91 178.14 -
System Red Green Blue C M Y K H S L
Decimal 195 70 222 0.12 0.68 0 0.13 289.34 0.7 0.57
Hex C3 46 DE C 44 0 D 121 46 39
Octal 303 106 336 14 104 0 15 441 106 71
Binary 11000011 1000110 11011110 1100 1000100 0 1101 100100001 1000110 111001

Color Harmonies of #C346DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346DE

Black with #C346DE

Text Example


Text Example

White with #C346DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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