Html Css Color HEX #C075DC Medium Orchid

📋 copy color: '#C075DC'

red 192 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #C075DC

Tints of Medium Orchid #C075DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 36.29%
G = 22.12%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C075DC (or 0xC075DC) is known color: Medium Orchid. HEX triplet: C0, 75 and DC. RGB value is (192,117,220). Sum of RGB (Red+Green+Blue) = 192+117+220=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #C075DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075DC is #3F8A23. Grayscale: #969696. Windows color (decimal): -4164132 or 14448064. OLE color: 14448064.

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

Color convert

RGB 192 117 220 -
CMYK 0.13 0.47 0 0.14
HSL 283.69º 0.6% 0.66% -
HSV(B) 283.69º 0.47% 0.86% -
XYZ 41.02 29.1 71.16 -
YUV 151.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 192 117 220 0.13 0.47 0 0.14 283.69 0.6 0.66
Hex C0 75 DC D 2F 0 E 11C 3C 42
Octal 300 165 334 15 57 0 16 434 74 102
Binary 11000000 1110101 11011100 1101 101111 0 1110 100011100 111100 1000010

Color Harmonies of #C075DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075DC

Black with #C075DC

Text Example


Text Example

White with #C075DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075DC; }

 p { color: rgb(192,117,220); }

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

background-color css

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

 a { background-color: rgb(192,117,220); }

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

border-color css

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

 span { border-color: rgb(192,117,220); }

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