Html Css Color HEX #C13DD7 Medium Orchid

📋 copy color: '#C13DD7'

red 193 ◦ green 61 ◦ blue 215

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

Shades of Medium Orchid #C13DD7

Tints of Medium Orchid #C13DD7

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

 GREEN value IS 61 (24.22% from 255) = 13.01%

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 41.15%
G = 13.01%
B = 45.84%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C13DD7 (or 0xC13DD7) is known color: Medium Orchid. HEX triplet: C1, 3D and D7. RGB value is (193,61,215). Sum of RGB (Red+Green+Blue) = 193+61+215=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #C13DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DD7 is #3EC228. Grayscale: #757575. Windows color (decimal): -4112937 or 14106049. OLE color: 14106049.

HSL color Cylindrical-coordinate representation of color #C13DD7: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13DD7 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 61 215 -
CMYK 0.10 0.72 0 0.16
HSL 291.43º 0.66% 0.54% -
HSV(B) 291.43º 0.72% 0.84% -
XYZ 35.93 19.58 66.18 -
YUV 118.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 193 61 215 0.10 0.72 0 0.16 291.43 0.66 0.54
Hex C1 3D D7 A 48 0 10 123 42 36
Octal 301 75 327 12 110 0 20 443 102 66
Binary 11000001 111101 11010111 1010 1001000 0 10000 100100011 1000010 110110

Color Harmonies of #C13DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DD7

Black with #C13DD7

Text Example


Text Example

White with #C13DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DD7; }

 p { color: rgb(193,61,215); }

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

background-color css

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

 a { background-color: rgb(193,61,215); }

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

border-color css

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

 span { border-color: rgb(193,61,215); }

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