#CD67D0

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

Shades of Orchid #CD67D0

Tints of Orchid #CD67D0

Color information

#CD67D0 (or 0xCD67D0) is unknown color: approx Orchid. HEX triplet: CD, 67 and D0. RGB value is (205,103,208). Sum of RGB (Red+Green+Blue) = 205+103+208=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67D0 is #32982F. Grayscale: #919191. Windows color (decimal): -3315760 or 13658061. OLE color: 13658061.

HSL color Cylindrical-coordinate representation of color #CD67D0: hue angle of 298.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD67D0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205103208-
CMYK0.010.5000.18
HSL298.29º52.76%60.98%-
HSV(B)298.29º50.48%81.57%-
XYZ41.4127.2362.75-
YUV145.47163.29170.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 103 (40.62% from 255) = 19.96%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=39.73%
G=19.96%
B=40.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051032080.010.5000.18298.2952.7660.98
HexCD67D013201212a353d
Octal3151473201620224526575
Binary110011011100111110100001110010010010100101010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD67D0; }

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

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

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

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

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

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

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

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