#CD74C1

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

Shades of Orchid #CD74C1

Tints of Orchid #CD74C1

Color information

#CD74C1 (or 0xCD74C1) is unknown color: approx Orchid. HEX triplet: CD, 74 and C1. RGB value is (205,116,193). Sum of RGB (Red+Green+Blue) = 205+116+193=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C1 is #328B3E. Grayscale: #979797. Windows color (decimal): -3312447 or 12678349. OLE color: 12678349.

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

Color convert

RGB205116193-
CMYK00.430.060.20
HSL308.09º47.09%62.94%-
HSV(B)308.09º43.41%80.39%-
XYZ41.0529.3253.95-
YUV151.39151.49166.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 116 (45.70% from 255) = 22.57%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=39.88%
G=22.57%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511619300.430.060.20308.0947.0962.94
HexCD74C102B6141342f3f
Octal3151643010536244645777
Binary11001101111010011000001010101111010100100110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74C1; }

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

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

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

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

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

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

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

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