Html Css Color HEX #C97AD1 Orchid

📋 copy color: '#C97AD1'

red 201 ◦ green 122 ◦ blue 209

#C97AD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C97AD1

Tints of Orchid #C97AD1

RGB

 RED value IS 201 (78.91% from 255) = 37.78%

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 37.78%
G = 22.93%
B = 39.29%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C97AD1 (or 0xC97AD1) is known color: Orchid. HEX triplet: C9, 7A and D1. RGB value is (201,122,209). Sum of RGB (Red+Green+Blue) = 201+122+209=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #C97AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AD1 is #36852E. Grayscale: #9B9B9B. Windows color (decimal): -3573039 or 13728457. OLE color: 13728457.

HSL color Cylindrical-coordinate representation of color #C97AD1: hue angle of 294.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97AD1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 122 209 -
CMYK 0.04 0.42 0 0.18
HSL 294.48º 0.49% 0.65% -
HSV(B) 294.48º 0.42% 0.82% -
XYZ 42.56 30.94 64.05 -
YUV 155.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 201 122 209 0.04 0.42 0 0.18 294.48 0.49 0.65
Hex C9 7A D1 4 2A 0 12 126 31 41
Octal 311 172 321 4 52 0 22 446 61 101
Binary 11001001 1111010 11010001 100 101010 0 10010 100100110 110001 1000001

Color Harmonies of #C97AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AD1

Black with #C97AD1

Text Example


Text Example

White with #C97AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AD1; }

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

 H1.HeaderClassName
 {
   color: #C97AD1;
 }
 .AnyTagClassName
 {
   color: #C97AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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