#CD74CD

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

Shades of Orchid #CD74CD

Tints of Orchid #CD74CD

Color information

#CD74CD (or 0xCD74CD) is unknown color: approx Orchid. HEX triplet: CD, 74 and CD. RGB value is (205,116,205). Sum of RGB (Red+Green+Blue) = 205+116+205=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74CD is #328B32. Grayscale: #989898. Windows color (decimal): -3312435 or 13464781. OLE color: 13464781.

HSL color Cylindrical-coordinate representation of color #CD74CD: hue angle of 300º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD74CD is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205116205-
CMYK00.4300.20
HSL300º47.09%62.94%-
HSV(B)300º43.41%80.39%-
XYZ42.4429.8861.29-
YUV152.76157.49165.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 116 (45.70% from 255) = 22.05%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=38.97%
G=22.05%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511620500.4300.2030047.0962.94
HexCD74CD02B01412c2f3f
Octal3151643150530244545777
Binary110011011110100110011010101011010100100101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74CD; }

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

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

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

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

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

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

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

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