#C974CD

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

Shades of Orchid #C974CD

Tints of Orchid #C974CD

Color information

#C974CD (or 0xC974CD) is unknown color: approx Orchid. HEX triplet: C9, 74 and CD. RGB value is (201,116,205). Sum of RGB (Red+Green+Blue) = 201+116+205=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C974CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974CD is #368B32. Grayscale: #979797. Windows color (decimal): -3574579 or 13464777. OLE color: 13464777.

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

Color convert

RGB201116205-
CMYK0.020.4300.20
HSL297.3º47.09%62.94%-
HSV(B)297.3º43.41%80.39%-
XYZ41.3529.3261.24-
YUV151.56158.16163.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=38.51%
G=22.22%
B=39.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011162050.020.4300.20297.347.0962.94
HexC974CD22B0141292f3f
Octal3111643152530244515777
Binary1100100111101001100110110101011010100100101001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974CD; }

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

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

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

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

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

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

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

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