Html Css Color HEX #C033DD Medium Orchid

📋 copy color: '#C033DD'

red 192 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #C033DD

Tints of Medium Orchid #C033DD

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

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

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

R = 41.38%
G = 10.99%
B = 47.63%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C033DD (or 0xC033DD) is known color: Medium Orchid. HEX triplet: C0, 33 and DD. RGB value is (192,51,221). Sum of RGB (Red+Green+Blue) = 192+51+221=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C033DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033DD is #3FCC22. Grayscale: #707070. Windows color (decimal): -4181027 or 14496704. OLE color: 14496704.

HSL color Cylindrical-coordinate representation of color #C033DD: hue angle of 289.76º 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 #C033DD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 51 221 -
CMYK 0.13 0.77 0 0.13
HSL 289.76º 0.71% 0.53% -
HSV(B) 289.76º 0.77% 0.87% -
XYZ 35.97 18.79 70.14 -
YUV 112.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 192 51 221 0.13 0.77 0 0.13 289.76 0.71 0.53
Hex C0 33 DD D 4D 0 D 122 47 35
Octal 300 63 335 15 115 0 15 442 107 65
Binary 11000000 110011 11011101 1101 1001101 0 1101 100100010 1000111 110101

Color Harmonies of #C033DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033DD

Black with #C033DD

Text Example


Text Example

White with #C033DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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