Html Css Color HEX #C138CE Medium Orchid

📋 copy color: '#C138CE'

red 193 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #C138CE

Tints of Medium Orchid #C138CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.31%

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

R = 42.42%
G = 12.31%
B = 45.27%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C138CE (or 0xC138CE) is known color: Medium Orchid. HEX triplet: C1, 38 and CE. RGB value is (193,56,206). Sum of RGB (Red+Green+Blue) = 193+56+206=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C138CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138CE is #3EC731. Grayscale: #717171. Windows color (decimal): -4114226 or 13514945. OLE color: 13514945.

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

Color convert

RGB 193 56 206 -
CMYK 0.06 0.73 0 0.19
HSL 294.8º 0.6% 0.51% -
HSV(B) 294.8º 0.73% 0.81% -
XYZ 34.55 18.62 60.17 -
YUV 114.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 193 56 206 0.06 0.73 0 0.19 294.8 0.6 0.51
Hex C1 38 CE 6 49 0 13 127 3C 33
Octal 301 70 316 6 111 0 23 447 74 63
Binary 11000001 111000 11001110 110 1001001 0 10011 100100111 111100 110011

Color Harmonies of #C138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138CE

Black with #C138CE

Text Example


Text Example

White with #C138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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