#CD74C7

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

Shades of Orchid #CD74C7

Tints of Orchid #CD74C7

Color information

#CD74C7 (or 0xCD74C7) is unknown color: approx Orchid. HEX triplet: CD, 74 and C7. RGB value is (205,116,199). Sum of RGB (Red+Green+Blue) = 205+116+199=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C7 is #328B38. Grayscale: #979797. Windows color (decimal): -3312441 or 13071565. OLE color: 13071565.

HSL color Cylindrical-coordinate representation of color #CD74C7: hue angle of 304.04º 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 #CD74C7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205116199-
CMYK00.430.030.20
HSL304.04º47.09%62.94%-
HSV(B)304.04º43.41%80.39%-
XYZ41.7329.5957.55-
YUV152.07154.49165.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 199 (78.12% from 255) = 38.27%
R=39.42%
G=22.31%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511619900.430.030.20304.0447.0962.94
HexCD74C702B3141302f3f
Octal3151643070533244605777
Binary1100110111101001100011101010111110100100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74C7; }

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

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

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

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

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

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

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

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