#CD7DD6

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

Shades of Orchid #CD7DD6

Tints of Orchid #CD7DD6

Color information

#CD7DD6 (or 0xCD7DD6) is unknown color: approx Orchid. HEX triplet: CD, 7D and D6. RGB value is (205,125,214). Sum of RGB (Red+Green+Blue) = 205+125+214=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD7DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DD6 is #328229. Grayscale: #9E9E9E. Windows color (decimal): -3310122 or 14056909. OLE color: 14056909.

HSL color Cylindrical-coordinate representation of color #CD7DD6: hue angle of 293.93º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7DD6 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205125214-
CMYK0.040.4200.16
HSL293.93º52.05%66.47%-
HSV(B)293.93º41.59%83.92%-
XYZ44.6532.567.54-
YUV159.07159160.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 214 (83.98% from 255) = 39.34%
R=37.68%
G=22.98%
B=39.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051252140.040.4200.16293.9352.0566.47
HexCD7DD642A0101263442
Octal31517532645202044664102
Binary110011011111101110101101001010100100001001001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DD6; }

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

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

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

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

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

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

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

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