#CD74D8

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

Shades of Orchid #CD74D8

Tints of Orchid #CD74D8

Color information

#CD74D8 (or 0xCD74D8) is unknown color: approx Orchid. HEX triplet: CD, 74 and D8. RGB value is (205,116,216). Sum of RGB (Red+Green+Blue) = 205+116+216=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD74D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74D8 is #328B27. Grayscale: #999999. Windows color (decimal): -3312424 or 14185677. OLE color: 14185677.

HSL color Cylindrical-coordinate representation of color #CD74D8: hue angle of 293.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD74D8 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205116216-
CMYK0.050.4600.15
HSL293.4º56.18%65.1%-
HSV(B)293.4º46.3%84.71%-
XYZ43.8230.4368.53-
YUV154.01162.99164.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 116 (45.70% from 255) = 21.60%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=38.18%
G=21.60%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051162160.050.4600.15293.456.1865.1
HexCD74D852E0F1253841
Octal31516433055601744570101
Binary11001101111010011011000101101110011111001001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74D8; }

 p { color: rgb(205,116,216); }

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

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

 a { background-color: rgb(205,116,216); }

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

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

 span { border-color: rgb(205,116,216); }

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