Html Css Color HEX #C97ED1 Orchid

📋 copy color: '#C97ED1'

red 201 ◦ green 126 ◦ blue 209

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

Shades of Orchid #C97ED1

Tints of Orchid #C97ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.51%

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

R = 37.5%
G = 23.51%
B = 38.99%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C97ED1 (or 0xC97ED1) is known color: Orchid. HEX triplet: C9, 7E and D1. RGB value is (201,126,209). Sum of RGB (Red+Green+Blue) = 201+126+209=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C97ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ED1 is #36812E. Grayscale: #9D9D9D. Windows color (decimal): -3572015 or 13729481. OLE color: 13729481.

HSL color Cylindrical-coordinate representation of color #C97ED1: hue angle of 294.22º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97ED1 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 126 209 -
CMYK 0.04 0.40 0 0.18
HSL 294.22º 0.47% 0.66% -
HSV(B) 294.22º 0.4% 0.82% -
XYZ 43.06 31.94 64.22 -
YUV 157.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 201 126 209 0.04 0.40 0 0.18 294.22 0.47 0.66
Hex C9 7E D1 4 28 0 12 126 2F 42
Octal 311 176 321 4 50 0 22 446 57 102
Binary 11001001 1111110 11010001 100 101000 0 10010 100100110 101111 1000010

Color Harmonies of #C97ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ED1

Black with #C97ED1

Text Example


Text Example

White with #C97ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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