#CD7DC3

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

Shades of Orchid #CD7DC3

Tints of Orchid #CD7DC3

Color information

#CD7DC3 (or 0xCD7DC3) is unknown color: approx Orchid. HEX triplet: CD, 7D and C3. RGB value is (205,125,195). Sum of RGB (Red+Green+Blue) = 205+125+195=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DC3 is #32823C. Grayscale: #9C9C9C. Windows color (decimal): -3310141 or 12811725. OLE color: 12811725.

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

Color convert

RGB205125195-
CMYK00.390.050.20
HSL307.5º44.44%64.71%-
HSV(B)307.5º39.02%80.39%-
XYZ42.3631.5955.49-
YUV156.9149.5162.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=39.05%
G=23.81%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512519500.390.050.20307.544.4464.71
HexCD7DC30275141342c41
Octal31517530304752446454101
Binary110011011111101110000110100111101101001001101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DC3; }

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

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

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

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

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

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

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

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