Html Css Color HEX #C340DC Medium Orchid

📋 copy color: '#C340DC'

red 195 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #C340DC

Tints of Medium Orchid #C340DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 40.71%
G = 13.36%
B = 45.93%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C340DC (or 0xC340DC) is known color: Medium Orchid. HEX triplet: C3, 40 and DC. RGB value is (195,64,220). Sum of RGB (Red+Green+Blue) = 195+64+220=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #C340DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340DC is #3CBF23. Grayscale: #787878. Windows color (decimal): -3981092 or 14434499. OLE color: 14434499.

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

Color convert

RGB 195 64 220 -
CMYK 0.11 0.71 0 0.14
HSL 290.38º 0.69% 0.56% -
HSV(B) 290.38º 0.71% 0.86% -
XYZ 37.26 20.44 69.69 -
YUV 120.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 195 64 220 0.11 0.71 0 0.14 290.38 0.69 0.56
Hex C3 40 DC B 47 0 E 122 45 38
Octal 303 100 334 13 107 0 16 442 105 70
Binary 11000011 1000000 11011100 1011 1000111 0 1110 100100010 1000101 111000

Color Harmonies of #C340DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340DC

Black with #C340DC

Text Example


Text Example

White with #C340DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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