Html Css Color HEX #C97DD1 Orchid

📋 copy color: '#C97DD1'

red 201 ◦ green 125 ◦ blue 209

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

Shades of Orchid #C97DD1

Tints of Orchid #C97DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

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

R = 37.57%
G = 23.36%
B = 39.07%

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

#C97DD1 (or 0xC97DD1) is known color: Orchid. HEX triplet: C9, 7D and D1. RGB value is (201,125,209). Sum of RGB (Red+Green+Blue) = 201+125+209=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #C97DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DD1 is #36822E. Grayscale: #9D9D9D. Windows color (decimal): -3572271 or 13729225. OLE color: 13729225.

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

Color convert

RGB 201 125 209 -
CMYK 0.04 0.40 0 0.18
HSL 294.29º 0.48% 0.65% -
HSV(B) 294.29º 0.4% 0.82% -
XYZ 42.93 31.69 64.18 -
YUV 157.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 201 125 209 0.04 0.40 0 0.18 294.29 0.48 0.65
Hex C9 7D D1 4 28 0 12 126 30 41
Octal 311 175 321 4 50 0 22 446 60 101
Binary 11001001 1111101 11010001 100 101000 0 10010 100100110 110000 1000001

Color Harmonies of #C97DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DD1

Black with #C97DD1

Text Example


Text Example

White with #C97DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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