Html Css Color HEX #C133F6 Medium Orchid

📋 copy color: '#C133F6'

red 193 ◦ green 51 ◦ blue 246

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

Shades of Medium Orchid #C133F6

Tints of Medium Orchid #C133F6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.41%

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 39.39%
G = 10.41%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C133F6 (or 0xC133F6) is known color: Medium Orchid. HEX triplet: C1, 33 and F6. RGB value is (193,51,246). Sum of RGB (Red+Green+Blue) = 193+51+246=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #C133F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133F6 is #3ECC09. Grayscale: #737373. Windows color (decimal): -4115466 or 16135105. OLE color: 16135105.

HSL color Cylindrical-coordinate representation of color #C133F6: hue angle of 283.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C133F6 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 51 246 -
CMYK 0.22 0.79 0 0.04
HSL 283.69º 0.92% 0.58% -
HSV(B) 283.69º 0.79% 0.96% -
XYZ 39.81 20.36 89.02 -
YUV 115.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 193 51 246 0.22 0.79 0 0.04 283.69 0.92 0.58
Hex C1 33 F6 16 4F 0 4 11C 5C 3A
Octal 301 63 366 26 117 0 4 434 134 72
Binary 11000001 110011 11110110 10110 1001111 0 100 100011100 1011100 111010

Color Harmonies of #C133F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133F6

Black with #C133F6

Text Example


Text Example

White with #C133F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133F6; }

 p { color: rgb(193,51,246); }

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

background-color css

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

 a { background-color: rgb(193,51,246); }

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

border-color css

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

 span { border-color: rgb(193,51,246); }

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