#CD7DBE

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

Shades of Orchid #CD7DBE

Tints of Orchid #CD7DBE

Color information

#CD7DBE (or 0xCD7DBE) is unknown color: approx Orchid. HEX triplet: CD, 7D and BE. RGB value is (205,125,190). Sum of RGB (Red+Green+Blue) = 205+125+190=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DBE is #328241. Grayscale: #9C9C9C. Windows color (decimal): -3310146 or 12484045. OLE color: 12484045.

HSL color Cylindrical-coordinate representation of color #CD7DBE: hue angle of 311.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7DBE is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205125190-
CMYK00.390.070.20
HSL311.25º44.44%64.71%-
HSV(B)311.25º39.02%80.39%-
XYZ41.831.3652.57-
YUV156.33147162.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=39.42%
G=24.04%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512519000.390.070.20311.2544.4464.71
HexCD7DBE0277141372c41
Octal31517527604772446754101
Binary110011011111101101111100100111111101001001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DBE; }

 p { color: rgb(205,125,190); }

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

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

 a { background-color: rgb(205,125,190); }

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

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

 span { border-color: rgb(205,125,190); }

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