#CF43DF

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

Shades of Medium Orchid #CF43DF

Tints of Medium Orchid #CF43DF

Color information

#CF43DF (or 0xCF43DF) is unknown color: approx Medium Orchid. HEX triplet: CF, 43 and DF. RGB value is (207,67,223). Sum of RGB (Red+Green+Blue) = 207+67+223=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43DF is #30BC20. Grayscale: #7E7E7E. Windows color (decimal): -3193889 or 14631887. OLE color: 14631887.

HSL color Cylindrical-coordinate representation of color #CF43DF: hue angle of 293.85º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF43DF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20767223-
CMYK0.070.7000.13
HSL293.85º70.91%56.86%-
HSV(B)293.85º69.96%87.45%-
XYZ41.0622.6172.01-
YUV126.64182.38185.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 67 (26.56% from 255) = 13.48%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=41.65%
G=13.48%
B=44.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207672230.070.7000.13293.8570.9156.86
HexCF43DF7460D1264739
Octal317103337710601544610771
Binary110011111000011110111111111000110011011001001101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF43DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF43DF; }

 p { color: rgb(207,67,223); }

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

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

 a { background-color: rgb(207,67,223); }

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

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

 span { border-color: rgb(207,67,223); }

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