Html Css Color HEX #C733DC Medium Orchid

📋 copy color: '#C733DC'

red 199 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #C733DC

Tints of Medium Orchid #C733DC

RGB

 RED value IS 199 (78.13% from 255) = 42.34%

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 42.34%
G = 10.85%
B = 46.81%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C733DC (or 0xC733DC) is known color: Medium Orchid. HEX triplet: C7, 33 and DC. RGB value is (199,51,220). Sum of RGB (Red+Green+Blue) = 199+51+220=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C733DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733DC is #38CC23. Grayscale: #717171. Windows color (decimal): -3722276 or 14431175. OLE color: 14431175.

HSL color Cylindrical-coordinate representation of color #C733DC: hue angle of 292.54º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C733DC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 51 220 -
CMYK 0.10 0.77 0 0.14
HSL 292.54º 0.71% 0.53% -
HSV(B) 292.54º 0.77% 0.86% -
XYZ 37.66 19.68 69.52 -
YUV 114.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 199 51 220 0.10 0.77 0 0.14 292.54 0.71 0.53
Hex C7 33 DC A 4D 0 E 125 47 35
Octal 307 63 334 12 115 0 16 445 107 65
Binary 11000111 110011 11011100 1010 1001101 0 1110 100100101 1000111 110101

Color Harmonies of #C733DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C733DC

Black with #C733DC

Text Example


Text Example

White with #C733DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C733DC; }

 p { color: rgb(199,51,220); }

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

background-color css

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

 a { background-color: rgb(199,51,220); }

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

border-color css

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

 span { border-color: rgb(199,51,220); }

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