#C97ECA

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

Shades of Orchid #C97ECA

Tints of Orchid #C97ECA

Color information

#C97ECA (or 0xC97ECA) is unknown color: approx Orchid. HEX triplet: C9, 7E and CA. RGB value is (201,126,202). Sum of RGB (Red+Green+Blue) = 201+126+202=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C97ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ECA is #368135. Grayscale: #9C9C9C. Windows color (decimal): -3572022 or 13270729. OLE color: 13270729.

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

Color convert

RGB201126202-
CMYK0.000.3800.21
HSL299.21º41.76%64.31%-
HSV(B)299.21º37.62%79.22%-
XYZ42.2131.659.75-
YUV157.09153.35159.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=38.00%
G=23.82%
B=38.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011262020.000.3800.21299.2141.7664.31
HexC97ECA02601512b2a40
Octal31117631204602545352100
Binary1100100111111101100101001001100101011001010111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97ECA; }

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

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

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

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

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

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

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

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