#C065CD

Color #C065CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C065CD

Tints of Medium Orchid #C065CD

Color information

#C065CD (or 0xC065CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 65 and CD. RGB value is (192,101,205). Sum of RGB (Red+Green+Blue) = 192+101+205=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C065CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CD is #3F9A32. Grayscale: #8B8B8B. Windows color (decimal): -4168243 or 13460928. OLE color: 13460928.

HSL color Cylindrical-coordinate representation of color #C065CD: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C065CD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192101205-
CMYK0.060.5100.20
HSL292.5º50.98%60%-
HSV(B)292.5º50.73%80.39%-
XYZ37.4124.9260.6-
YUV140.06164.65165.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=38.55%
G=20.28%
B=41.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921012050.060.5100.20292.550.9860
HexC065CD633014124333c
Octal3001453156630244446374
Binary11000000110010111001101110110011010100100100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065CD; }

 p { color: rgb(192,101,205); }

 H1.HeaderClassName
 {
   color: #C065CD;
 }
 .AnyTagClassName
 {
   color: #C065CD;
 }
</style>
background-color css

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

 a { background-color: rgb(192,101,205); }

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

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

 span { border-color: rgb(192,101,205); }

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