#CD65DA

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

Shades of Orchid #CD65DA

Tints of Orchid #CD65DA

Color information

#CD65DA (or 0xCD65DA) is unknown color: approx Orchid. HEX triplet: CD, 65 and DA. RGB value is (205,101,218). Sum of RGB (Red+Green+Blue) = 205+101+218=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65DA is #329A25. Grayscale: #919191. Windows color (decimal): -3316262 or 14312909. OLE color: 14312909.

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

Color convert

RGB205101218-
CMYK0.060.5400.15
HSL293.33º61.26%62.55%-
HSV(B)293.33º53.67%85.49%-
XYZ42.4927.3569.37-
YUV145.43168.96170.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=39.12%
G=19.27%
B=41.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051012180.060.5400.15293.3361.2662.55
HexCD65DA6360F1253d3f
Octal3151453326660174457577
Binary1100110111001011101101011011011001111100100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65DA; }

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

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

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

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

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

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

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

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