#C97BD5

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

Shades of Orchid #C97BD5

Tints of Orchid #C97BD5

Color information

#C97BD5 (or 0xC97BD5) is unknown color: approx Orchid. HEX triplet: C9, 7B and D5. RGB value is (201,123,213). Sum of RGB (Red+Green+Blue) = 201+123+213=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #C97BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BD5 is #36842A. Grayscale: #9C9C9C. Windows color (decimal): -3572779 or 13990857. OLE color: 13990857.

HSL color Cylindrical-coordinate representation of color #C97BD5: hue angle of 292º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97BD5 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201123213-
CMYK0.060.4200.16
HSL292º51.72%65.88%-
HSV(B)292º42.25%83.53%-
XYZ43.1831.3966.73-
YUV156.58159.84159.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=37.43%
G=22.91%
B=39.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011232130.060.4200.1629251.7265.88
HexC97BD562A0101243442
Octal31117332565202044464102
Binary110010011111011110101011101010100100001001001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97BD5; }

 p { color: rgb(201,123,213); }

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

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

 a { background-color: rgb(201,123,213); }

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

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

 span { border-color: rgb(201,123,213); }

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