#CD2CE7

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

Shades of Medium Orchid #CD2CE7

Tints of Medium Orchid #CD2CE7

Color information

#CD2CE7 (or 0xCD2CE7) is unknown color: approx Medium Orchid. HEX triplet: CD, 2C and E7. RGB value is (205,44,231). Sum of RGB (Red+Green+Blue) = 205+44+231=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD2CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2CE7 is #32D318. Grayscale: #707070. Windows color (decimal): -3330841 or 15150285. OLE color: 15150285.

HSL color Cylindrical-coordinate representation of color #CD2CE7: hue angle of 291.66º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2CE7 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20544231-
CMYK0.110.8100.09
HSL291.66º79.57%53.92%-
HSV(B)291.66º80.95%90.59%-
XYZ40.520.5577.43-
YUV113.46194.34193.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 231 (90.62% from 255) = 48.12%
R=42.71%
G=9.17%
B=48.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205442310.110.8100.09291.6679.5753.92
HexCD2CE7B51091245036
Octal315543471312101144412066
Binary110011011011001110011110111010001010011001001001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2CE7; }

 p { color: rgb(205,44,231); }

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

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

 a { background-color: rgb(205,44,231); }

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

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

 span { border-color: rgb(205,44,231); }

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