#CD78D0

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

Shades of Orchid #CD78D0

Tints of Orchid #CD78D0

Color information

#CD78D0 (or 0xCD78D0) is unknown color: approx Orchid. HEX triplet: CD, 78 and D0. RGB value is (205,120,208). Sum of RGB (Red+Green+Blue) = 205+120+208=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78D0 is #32872F. Grayscale: #9B9B9B. Windows color (decimal): -3311408 or 13662413. OLE color: 13662413.

HSL color Cylindrical-coordinate representation of color #CD78D0: hue angle of 297.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD78D0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205120208-
CMYK0.010.4200.18
HSL297.95º48.35%64.31%-
HSV(B)297.95º42.31%81.57%-
XYZ43.2830.9763.37-
YUV155.45157.66163.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 120 (47.27% from 255) = 22.51%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=38.46%
G=22.51%
B=39.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051202080.010.4200.18297.9548.3564.31
HexCD78D012A01212a3040
Octal31517032015202245260100
Binary1100110111110001101000011010100100101001010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78D0; }

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

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

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

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

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

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

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

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