#C973E4

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

Shades of Orchid #C973E4

Tints of Orchid #C973E4

Color information

#C973E4 (or 0xC973E4) is unknown color: approx Orchid. HEX triplet: C9, 73 and E4. RGB value is (201,115,228). Sum of RGB (Red+Green+Blue) = 201+115+228=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #C973E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973E4 is #368C1B. Grayscale: #999999. Windows color (decimal): -3574812 or 14971849. OLE color: 14971849.

HSL color Cylindrical-coordinate representation of color #C973E4: hue angle of 285.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C973E4 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201115228-
CMYK0.120.5000.11
HSL285.66º67.66%67.25%-
HSV(B)285.66º49.56%89.41%-
XYZ44.2230.2876.91-
YUV153.6169.99161.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 115 (45.31% from 255) = 21.14%
BLUE value IS 228 (89.45% from 255) = 41.91%
R=36.95%
G=21.14%
B=41.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011152280.120.5000.11285.6667.6667.25
HexC973E4C320B11e4443
Octal3111633441462013436104103
Binary1100100111100111110010011001100100101110001111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973E4; }

 p { color: rgb(201,115,228); }

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

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

 a { background-color: rgb(201,115,228); }

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

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

 span { border-color: rgb(201,115,228); }

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