Html Css Color HEX #C340DF Medium Orchid

📋 copy color: '#C340DF'

red 195 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #C340DF

Tints of Medium Orchid #C340DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.28%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 40.46%
G = 13.28%
B = 46.27%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C340DF (or 0xC340DF) is known color: Medium Orchid. HEX triplet: C3, 40 and DF. RGB value is (195,64,223). Sum of RGB (Red+Green+Blue) = 195+64+223=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #C340DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340DF is #3CBF20. Grayscale: #787878. Windows color (decimal): -3981089 or 14631107. OLE color: 14631107.

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

Color convert

RGB 195 64 223 -
CMYK 0.13 0.71 0 0.13
HSL 289.43º 0.71% 0.56% -
HSV(B) 289.43º 0.71% 0.87% -
XYZ 37.66 20.6 71.8 -
YUV 121.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 195 64 223 0.13 0.71 0 0.13 289.43 0.71 0.56
Hex C3 40 DF D 47 0 D 121 47 38
Octal 303 100 337 15 107 0 15 441 107 70
Binary 11000011 1000000 11011111 1101 1000111 0 1101 100100001 1000111 111000

Color Harmonies of #C340DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340DF

Black with #C340DF

Text Example


Text Example

White with #C340DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340DF; }

 p { color: rgb(195,64,223); }

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

background-color css

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

 a { background-color: rgb(195,64,223); }

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

border-color css

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

 span { border-color: rgb(195,64,223); }

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