Html Css Color HEX #C138FF Medium Orchid

📋 copy color: '#C138FF'

red 193 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #C138FF

Tints of Medium Orchid #C138FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 38.29%
G = 11.11%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C138FF (or 0xC138FF) is known color: Medium Orchid. HEX triplet: C1, 38 and FF. RGB value is (193,56,255). Sum of RGB (Red+Green+Blue) = 193+56+255=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #C138FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138FF is #3EC700. Grayscale: #767676. Windows color (decimal): -4114177 or 16726209. OLE color: 16726209.

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

Color convert

RGB 193 56 255 -
CMYK 0.24 0.78 0 0
HSL 281.31º 1% 0.61% -
HSV(B) 281.31º 0.78% 1% -
XYZ 41.46 21.39 96.55 -
YUV 119.65 204.39 180.32 -
System Red Green Blue C M Y K H S L
Decimal 193 56 255 0.24 0.78 0 0 281.31 1 0.61
Hex C1 38 FF 18 4E 0 0 119 64 3D
Octal 301 70 377 30 116 0 0 431 144 75
Binary 11000001 111000 11111111 11000 1001110 0 0 100011001 1100100 111101

Color Harmonies of #C138FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138FF

Black with #C138FF

Text Example


Text Example

White with #C138FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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