#CD67D6

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

Shades of Orchid #CD67D6

Tints of Orchid #CD67D6

Color information

#CD67D6 (or 0xCD67D6) is unknown color: approx Orchid. HEX triplet: CD, 67 and D6. RGB value is (205,103,214). Sum of RGB (Red+Green+Blue) = 205+103+214=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67D6 is #329829. Grayscale: #919191. Windows color (decimal): -3315754 or 14051277. OLE color: 14051277.

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

Color convert

RGB205103214-
CMYK0.040.5200.16
HSL295.14º57.51%62.16%-
HSV(B)295.14º51.87%83.92%-
XYZ42.1627.5366.71-
YUV146.15166.29169.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 103 (40.62% from 255) = 19.73%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=39.27%
G=19.73%
B=41.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051032140.040.5200.16295.1457.5162.16
HexCD67D64340101273a3e
Octal3151473264640204477276
Binary11001101110011111010110100110100010000100100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD67D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD67D6; }

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

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

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

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

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

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

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

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