#CD7DC7

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

Shades of Orchid #CD7DC7

Tints of Orchid #CD7DC7

Color information

#CD7DC7 (or 0xCD7DC7) is unknown color: approx Orchid. HEX triplet: CD, 7D and C7. RGB value is (205,125,199). Sum of RGB (Red+Green+Blue) = 205+125+199=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DC7 is #328238. Grayscale: #9D9D9D. Windows color (decimal): -3310137 or 13073869. OLE color: 13073869.

HSL color Cylindrical-coordinate representation of color #CD7DC7: hue angle of 304.5º 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 #CD7DC7 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205125199-
CMYK00.390.030.20
HSL304.5º44.44%64.71%-
HSV(B)304.5º39.02%80.39%-
XYZ42.8231.7757.91-
YUV157.36151.5161.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=38.75%
G=23.63%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512519900.390.030.20304.544.4464.71
HexCD7DC70273141302c41
Octal31517530704732446054101
Binary11001101111110111000111010011111101001001100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DC7; }

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

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

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

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

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

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

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

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