Html Css Color HEX #C138FD Medium Orchid

📋 copy color: '#C138FD'

red 193 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C138FD

Tints of Medium Orchid #C138FD

RGB

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

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

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

R = 38.45%
G = 11.16%
B = 50.4%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C138FD (or 0xC138FD) is known color: Medium Orchid. HEX triplet: C1, 38 and FD. RGB value is (193,56,253). Sum of RGB (Red+Green+Blue) = 193+56+253=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C138FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138FD is #3EC702. Grayscale: #767676. Windows color (decimal): -4114179 or 16595137. OLE color: 16595137.

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

Color convert

RGB 193 56 253 -
CMYK 0.24 0.78 0 0.01
HSL 281.73º 0.98% 0.61% -
HSV(B) 281.73º 0.78% 0.99% -
XYZ 41.14 21.26 94.86 -
YUV 119.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 193 56 253 0.24 0.78 0 0.01 281.73 0.98 0.61
Hex C1 38 FD 18 4E 0 1 11A 62 3D
Octal 301 70 375 30 116 0 1 432 142 75
Binary 11000001 111000 11111101 11000 1001110 0 1 100011010 1100010 111101

Color Harmonies of #C138FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138FD

Black with #C138FD

Text Example


Text Example

White with #C138FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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