Html Css Color HEX #C13CFC Medium Orchid

📋 copy color: '#C13CFC'

red 193 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #C13CFC

Tints of Medium Orchid #C13CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.88%

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 38.22%
G = 11.88%
B = 49.9%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C13CFC (or 0xC13CFC) is known color: Medium Orchid. HEX triplet: C1, 3C and FC. RGB value is (193,60,252). Sum of RGB (Red+Green+Blue) = 193+60+252=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #C13CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CFC is #3EC303. Grayscale: #797979. Windows color (decimal): -4113156 or 16530625. OLE color: 16530625.

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

Color convert

RGB 193 60 252 -
CMYK 0.23 0.76 0 0.01
HSL 281.56º 0.97% 0.61% -
HSV(B) 281.56º 0.76% 0.99% -
XYZ 41.18 21.6 94.09 -
YUV 121.66 201.56 178.89 -
System Red Green Blue C M Y K H S L
Decimal 193 60 252 0.23 0.76 0 0.01 281.56 0.97 0.61
Hex C1 3C FC 17 4C 0 1 11A 61 3D
Octal 301 74 374 27 114 0 1 432 141 75
Binary 11000001 111100 11111100 10111 1001100 0 1 100011010 1100001 111101

Color Harmonies of #C13CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CFC

Black with #C13CFC

Text Example


Text Example

White with #C13CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CFC; }

 p { color: rgb(193,60,252); }

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

background-color css

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

 a { background-color: rgb(193,60,252); }

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

border-color css

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

 span { border-color: rgb(193,60,252); }

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