#C97ACA

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

Shades of Orchid #C97ACA

Tints of Orchid #C97ACA

Color information

#C97ACA (or 0xC97ACA) is unknown color: approx Orchid. HEX triplet: C9, 7A and CA. RGB value is (201,122,202). Sum of RGB (Red+Green+Blue) = 201+122+202=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C97ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ACA is #368535. Grayscale: #9A9A9A. Windows color (decimal): -3573046 or 13269705. OLE color: 13269705.

HSL color Cylindrical-coordinate representation of color #C97ACA: hue angle of 299.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97ACA is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201122202-
CMYK0.000.4000.21
HSL299.25º43.01%63.53%-
HSV(B)299.25º39.6%79.22%-
XYZ41.7130.659.59-
YUV154.74154.67161-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=38.29%
G=23.24%
B=38.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011222020.000.4000.21299.2543.0163.53
HexC97ACA02801512b2b40
Octal31117231205002545353100
Binary1100100111110101100101001010000101011001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97ACA; }

 p { color: rgb(201,122,202); }

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

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

 a { background-color: rgb(201,122,202); }

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

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

 span { border-color: rgb(201,122,202); }

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