#CF4CF2

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

Shades of Medium Orchid #CF4CF2

Tints of Medium Orchid #CF4CF2

Color information

#CF4CF2 (or 0xCF4CF2) is unknown color: approx Medium Orchid. HEX triplet: CF, 4C and F2. RGB value is (207,76,242). Sum of RGB (Red+Green+Blue) = 207+76+242=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF4CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CF2 is #30B30D. Grayscale: #858585. Windows color (decimal): -3191566 or 15879375. OLE color: 15879375.

HSL color Cylindrical-coordinate representation of color #CF4CF2: hue angle of 287.35º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4CF2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20776242-
CMYK0.140.6900.05
HSL287.35º86.46%62.35%-
HSV(B)287.35º68.6%94.9%-
XYZ44.3424.8586.46-
YUV134.09188.9180-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 76 (30.08% from 255) = 14.48%
BLUE value IS 242 (94.92% from 255) = 46.10%
R=39.43%
G=14.48%
B=46.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207762420.140.6900.05287.3586.4662.35
HexCF4CF2E450511f563e
Octal317114362161050543712676
Binary110011111001100111100101110100010101011000111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4CF2; }

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

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

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

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

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

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

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

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