Html Css Color HEX #C13CCE Medium Orchid

📋 copy color: '#C13CCE'

red 193 ◦ green 60 ◦ blue 206

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

Shades of Medium Orchid #C13CCE

Tints of Medium Orchid #C13CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 42.05%
G = 13.07%
B = 44.88%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C13CCE (or 0xC13CCE) is known color: Medium Orchid. HEX triplet: C1, 3C and CE. RGB value is (193,60,206). Sum of RGB (Red+Green+Blue) = 193+60+206=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C13CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CCE is #3EC331. Grayscale: #737373. Windows color (decimal): -4113202 or 13515969. OLE color: 13515969.

HSL color Cylindrical-coordinate representation of color #C13CCE: hue angle of 294.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13CCE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 60 206 -
CMYK 0.06 0.71 0 0.19
HSL 294.66º 0.6% 0.52% -
HSV(B) 294.66º 0.71% 0.81% -
XYZ 34.75 19.03 60.23 -
YUV 116.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 193 60 206 0.06 0.71 0 0.19 294.66 0.6 0.52
Hex C1 3C CE 6 47 0 13 127 3C 34
Octal 301 74 316 6 107 0 23 447 74 64
Binary 11000001 111100 11001110 110 1000111 0 10011 100100111 111100 110100

Color Harmonies of #C13CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CCE

Black with #C13CCE

Text Example


Text Example

White with #C13CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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