Html Css Color HEX #C340DD Medium Orchid

📋 copy color: '#C340DD'

red 195 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #C340DD

Tints of Medium Orchid #C340DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 40.63%
G = 13.33%
B = 46.04%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C340DD (or 0xC340DD) is known color: Medium Orchid. HEX triplet: C3, 40 and DD. RGB value is (195,64,221). Sum of RGB (Red+Green+Blue) = 195+64+221=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #C340DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340DD is #3CBF22. Grayscale: #787878. Windows color (decimal): -3981091 or 14500035. OLE color: 14500035.

HSL color Cylindrical-coordinate representation of color #C340DD: hue angle of 290.06º degrees, saturation: 0.7, 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 #C340DD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 64 221 -
CMYK 0.12 0.71 0 0.13
HSL 290.06º 0.7% 0.56% -
HSV(B) 290.06º 0.71% 0.87% -
XYZ 37.39 20.49 70.39 -
YUV 121.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 195 64 221 0.12 0.71 0 0.13 290.06 0.7 0.56
Hex C3 40 DD C 47 0 D 122 46 38
Octal 303 100 335 14 107 0 15 442 106 70
Binary 11000011 1000000 11011101 1100 1000111 0 1101 100100010 1000110 111000

Color Harmonies of #C340DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340DD

Black with #C340DD

Text Example


Text Example

White with #C340DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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