#CF41D7

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

Shades of Medium Orchid #CF41D7

Tints of Medium Orchid #CF41D7

Color information

#CF41D7 (or 0xCF41D7) is unknown color: approx Medium Orchid. HEX triplet: CF, 41 and D7. RGB value is (207,65,215). Sum of RGB (Red+Green+Blue) = 207+65+215=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF41D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41D7 is #30BE28. Grayscale: #7C7C7C. Windows color (decimal): -3194409 or 14107087. OLE color: 14107087.

HSL color Cylindrical-coordinate representation of color #CF41D7: hue angle of 296.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF41D7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20765215-
CMYK0.040.7000.16
HSL296.8º65.22%54.9%-
HSV(B)296.8º69.77%84.31%-
XYZ39.8921.9566.42-
YUV124.56179.04186.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=42.51%
G=13.35%
B=44.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207652150.040.7000.16296.865.2254.9
HexCF41D74460101294137
Octal317101327410602045110167
Binary1100111110000011101011110010001100100001001010011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF41D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF41D7; }

 p { color: rgb(207,65,215); }

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

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

 a { background-color: rgb(207,65,215); }

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

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

 span { border-color: rgb(207,65,215); }

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