#C765CF

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

Shades of Medium Orchid #C765CF

Tints of Medium Orchid #C765CF

Color information

#C765CF (or 0xC765CF) is unknown color: approx Medium Orchid. HEX triplet: C7, 65 and CF. RGB value is (199,101,207). Sum of RGB (Red+Green+Blue) = 199+101+207=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C765CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765CF is #389A30. Grayscale: #8E8E8E. Windows color (decimal): -3709489 or 13592007. OLE color: 13592007.

HSL color Cylindrical-coordinate representation of color #C765CF: hue angle of 295.47º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C765CF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199101207-
CMYK0.040.5100.19
HSL295.47º52.48%60.39%-
HSV(B)295.47º51.21%81.18%-
XYZ39.4725.9561.96-
YUV142.39164.47168.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=39.25%
G=19.92%
B=40.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991012070.040.5100.19295.4752.4860.39
HexC765CF433013127343c
Octal3071453174630234476474
Binary11000111110010111001111100110011010011100100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C765CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C765CF; }

 p { color: rgb(199,101,207); }

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

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

 a { background-color: rgb(199,101,207); }

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

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

 span { border-color: rgb(199,101,207); }

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