#CD4BF2

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

Shades of Medium Orchid #CD4BF2

Tints of Medium Orchid #CD4BF2

Color information

#CD4BF2 (or 0xCD4BF2) is unknown color: approx Medium Orchid. HEX triplet: CD, 4B and F2. RGB value is (205,75,242). Sum of RGB (Red+Green+Blue) = 205+75+242=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD4BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4BF2 is #32B40D. Grayscale: #848484. Windows color (decimal): -3322894 or 15879117. OLE color: 15879117.

HSL color Cylindrical-coordinate representation of color #CD4BF2: hue angle of 286.71º degrees, saturation: 0.87, 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 #CD4BF2 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20575242-
CMYK0.150.6900.05
HSL286.71º86.53%62.16%-
HSV(B)286.71º69.01%94.9%-
XYZ43.7224.4286.41-
YUV132.91189.57179.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 75 (29.69% from 255) = 14.37%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=39.27%
G=14.37%
B=46.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205752420.150.6900.05286.7186.5362.16
HexCD4BF2F450511f573e
Octal315113362171050543712776
Binary110011011001011111100101111100010101011000111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4BF2; }

 p { color: rgb(205,75,242); }

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

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

 a { background-color: rgb(205,75,242); }

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

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

 span { border-color: rgb(205,75,242); }

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