#CD7DD3

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

Shades of Orchid #CD7DD3

Tints of Orchid #CD7DD3

Color information

#CD7DD3 (or 0xCD7DD3) is unknown color: approx Orchid. HEX triplet: CD, 7D and D3. RGB value is (205,125,211). Sum of RGB (Red+Green+Blue) = 205+125+211=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DD3 is #32822C. Grayscale: #9E9E9E. Windows color (decimal): -3310125 or 13860301. OLE color: 13860301.

HSL color Cylindrical-coordinate representation of color #CD7DD3: hue angle of 295.81º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7DD3 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205125211-
CMYK0.030.4100.17
HSL295.81º49.43%65.88%-
HSV(B)295.81º40.76%82.75%-
XYZ44.2732.3565.54-
YUV158.72157.5161.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 211 (82.81% from 255) = 39.00%
R=37.89%
G=23.11%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051252110.030.4100.17295.8149.4365.88
HexCD7DD33290111283142
Octal31517532335102145061102
Binary11001101111110111010011111010010100011001010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DD3; }

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

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

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

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

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

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

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

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