#C972C1

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

Shades of Orchid #C972C1

Tints of Orchid #C972C1

Color information

#C972C1 (or 0xC972C1) is unknown color: approx Orchid. HEX triplet: C9, 72 and C1. RGB value is (201,114,193). Sum of RGB (Red+Green+Blue) = 201+114+193=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C972C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972C1 is #368D3E. Grayscale: #949494. Windows color (decimal): -3575103 or 12677833. OLE color: 12677833.

HSL color Cylindrical-coordinate representation of color #C972C1: hue angle of 305.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C972C1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB201114193-
CMYK00.430.040.21
HSL305.52º44.62%61.76%-
HSV(B)305.52º43.28%78.82%-
XYZ39.7328.353.82-
YUV149.02152.82165.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=39.57%
G=22.44%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111419300.430.040.21305.5244.6261.76
HexC972C102B4151322d3e
Octal3111623010534254625576
Binary11001001111001011000001010101110010101100110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972C1; }

 p { color: rgb(201,114,193); }

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

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

 a { background-color: rgb(201,114,193); }

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

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

 span { border-color: rgb(201,114,193); }

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