#CD84DA

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

Shades of Orchid #CD84DA

Tints of Orchid #CD84DA

Color information

#CD84DA (or 0xCD84DA) is unknown color: approx Orchid. HEX triplet: CD, 84 and DA. RGB value is (205,132,218). Sum of RGB (Red+Green+Blue) = 205+132+218=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84DA is #327B25. Grayscale: #A3A3A3. Windows color (decimal): -3308326 or 14320845. OLE color: 14320845.

HSL color Cylindrical-coordinate representation of color #CD84DA: hue angle of 290.93º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD84DA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205132218-
CMYK0.060.3900.15
HSL290.93º53.75%68.63%-
HSV(B)290.93º39.45%85.49%-
XYZ46.0834.5470.57-
YUV163.63158.68157.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=36.94%
G=23.78%
B=39.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051322180.060.3900.15290.9353.7568.63
HexCD84DA6270F1233645
Octal31520433264701744366105
Binary110011011000010011011010110100111011111001000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84DA; }

 p { color: rgb(205,132,218); }

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

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

 a { background-color: rgb(205,132,218); }

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

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

 span { border-color: rgb(205,132,218); }

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