#CF4CF5

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

Shades of Medium Orchid #CF4CF5

Tints of Medium Orchid #CF4CF5

Color information

#CF4CF5 (or 0xCF4CF5) is unknown color: approx Medium Orchid. HEX triplet: CF, 4C and F5. RGB value is (207,76,245). Sum of RGB (Red+Green+Blue) = 207+76+245=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF4CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CF5 is #30B30A. Grayscale: #858585. Windows color (decimal): -3191563 or 16075983. OLE color: 16075983.

HSL color Cylindrical-coordinate representation of color #CF4CF5: hue angle of 286.51º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4CF5 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20776245-
CMYK0.160.6900.04
HSL286.51º89.42%62.94%-
HSV(B)286.51º68.98%96.08%-
XYZ44.825.0388.86-
YUV134.44190.4179.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 76 (30.08% from 255) = 14.39%
BLUE value IS 245 (96.09% from 255) = 46.40%
R=39.20%
G=14.39%
B=46.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207762450.160.6900.04286.5189.4262.94
HexCF4CF510450411f593f
Octal317114365201050443713177
Binary1100111110011001111010110000100010101001000111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4CF5; }

 p { color: rgb(207,76,245); }

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

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

 a { background-color: rgb(207,76,245); }

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

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

 span { border-color: rgb(207,76,245); }

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