Html Css Color HEX #C340D0 Medium Orchid

📋 copy color: '#C340D0'

red 195 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #C340D0

Tints of Medium Orchid #C340D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 41.76%
G = 13.7%
B = 44.54%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C340D0 (or 0xC340D0) is known color: Medium Orchid. HEX triplet: C3, 40 and D0. RGB value is (195,64,208). Sum of RGB (Red+Green+Blue) = 195+64+208=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C340D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340D0 is #3CBF2F. Grayscale: #777777. Windows color (decimal): -3981104 or 13648067. OLE color: 13648067.

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

Color convert

RGB 195 64 208 -
CMYK 0.06 0.69 0 0.18
HSL 294.58º 0.61% 0.53% -
HSV(B) 294.58º 0.69% 0.82% -
XYZ 35.72 19.82 61.62 -
YUV 119.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 195 64 208 0.06 0.69 0 0.18 294.58 0.61 0.53
Hex C3 40 D0 6 45 0 12 127 3D 35
Octal 303 100 320 6 105 0 22 447 75 65
Binary 11000011 1000000 11010000 110 1000101 0 10010 100100111 111101 110101

Color Harmonies of #C340D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340D0

Black with #C340D0

Text Example


Text Example

White with #C340D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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