Html Css Color HEX #C13DFD Medium Orchid

📋 copy color: '#C13DFD'

red 193 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #C13DFD

Tints of Medium Orchid #C13DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 38.07%
G = 12.03%
B = 49.9%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C13DFD (or 0xC13DFD) is known color: Medium Orchid. HEX triplet: C1, 3D and FD. RGB value is (193,61,253). Sum of RGB (Red+Green+Blue) = 193+61+253=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C13DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DFD is #3EC202. Grayscale: #797979. Windows color (decimal): -4112899 or 16596417. OLE color: 16596417.

HSL color Cylindrical-coordinate representation of color #C13DFD: hue angle of 281.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13DFD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 61 253 -
CMYK 0.24 0.76 0 0.01
HSL 281.25º 0.98% 0.62% -
HSV(B) 281.25º 0.76% 0.99% -
XYZ 41.39 21.77 94.95 -
YUV 122.36 201.73 178.39 -
System Red Green Blue C M Y K H S L
Decimal 193 61 253 0.24 0.76 0 0.01 281.25 0.98 0.62
Hex C1 3D FD 18 4C 0 1 119 62 3E
Octal 301 75 375 30 114 0 1 431 142 76
Binary 11000001 111101 11111101 11000 1001100 0 1 100011001 1100010 111110

Color Harmonies of #C13DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DFD

Black with #C13DFD

Text Example


Text Example

White with #C13DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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