Html Css Color HEX #C073DE Medium Orchid

📋 copy color: '#C073DE'

red 192 ◦ green 115 ◦ blue 222

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

Shades of Medium Orchid #C073DE

Tints of Medium Orchid #C073DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.74%

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

R = 36.29%
G = 21.74%
B = 41.97%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C073DE (or 0xC073DE) is known color: Medium Orchid. HEX triplet: C0, 73 and DE. RGB value is (192,115,222). Sum of RGB (Red+Green+Blue) = 192+115+222=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #C073DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073DE is #3F8C21. Grayscale: #959595. Windows color (decimal): -4164642 or 14578624. OLE color: 14578624.

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

Color convert

RGB 192 115 222 -
CMYK 0.14 0.48 0 0.13
HSL 283.18º 0.62% 0.66% -
HSV(B) 283.18º 0.48% 0.87% -
XYZ 41.05 28.74 72.49 -
YUV 150.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 192 115 222 0.14 0.48 0 0.13 283.18 0.62 0.66
Hex C0 73 DE E 30 0 D 11B 3E 42
Octal 300 163 336 16 60 0 15 433 76 102
Binary 11000000 1110011 11011110 1110 110000 0 1101 100011011 111110 1000010

Color Harmonies of #C073DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073DE

Black with #C073DE

Text Example


Text Example

White with #C073DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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