Html Css Color HEX #C033DE Medium Orchid

📋 copy color: '#C033DE'

red 192 ◦ green 51 ◦ blue 222

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

Shades of Medium Orchid #C033DE

Tints of Medium Orchid #C033DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 41.29%
G = 10.97%
B = 47.74%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C033DE (or 0xC033DE) is known color: Medium Orchid. HEX triplet: C0, 33 and DE. RGB value is (192,51,222). Sum of RGB (Red+Green+Blue) = 192+51+222=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #C033DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033DE is #3FCC21. Grayscale: #707070. Windows color (decimal): -4181026 or 14562240. OLE color: 14562240.

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

Color convert

RGB 192 51 222 -
CMYK 0.14 0.77 0 0.13
HSL 289.47º 0.72% 0.54% -
HSV(B) 289.47º 0.77% 0.87% -
XYZ 36.11 18.85 70.84 -
YUV 112.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 192 51 222 0.14 0.77 0 0.13 289.47 0.72 0.54
Hex C0 33 DE E 4D 0 D 121 48 36
Octal 300 63 336 16 115 0 15 441 110 66
Binary 11000000 110011 11011110 1110 1001101 0 1101 100100001 1001000 110110

Color Harmonies of #C033DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033DE

Black with #C033DE

Text Example


Text Example

White with #C033DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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