Html Css Color HEX #C733DD Medium Orchid

📋 copy color: '#C733DD'

red 199 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #C733DD

Tints of Medium Orchid #C733DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 42.25%
G = 10.83%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C733DD (or 0xC733DD) is known color: Medium Orchid. HEX triplet: C7, 33 and DD. RGB value is (199,51,221). Sum of RGB (Red+Green+Blue) = 199+51+221=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C733DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733DD is #38CC22. Grayscale: #727272. Windows color (decimal): -3722275 or 14496711. OLE color: 14496711.

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

Color convert

RGB 199 51 221 -
CMYK 0.10 0.77 0 0.13
HSL 292.24º 0.71% 0.53% -
HSV(B) 292.24º 0.77% 0.87% -
XYZ 37.79 19.73 70.22 -
YUV 114.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 199 51 221 0.10 0.77 0 0.13 292.24 0.71 0.53
Hex C7 33 DD A 4D 0 D 124 47 35
Octal 307 63 335 12 115 0 15 444 107 65
Binary 11000111 110011 11011101 1010 1001101 0 1101 100100100 1000111 110101

Color Harmonies of #C733DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C733DD

Black with #C733DD

Text Example


Text Example

White with #C733DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C733DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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