Html Css Color HEX #C97FDB Orchid

📋 copy color: '#C97FDB'

red 201 ◦ green 127 ◦ blue 219

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

Shades of Orchid #C97FDB

Tints of Orchid #C97FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 36.75%
G = 23.22%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C97FDB (or 0xC97FDB) is known color: Orchid. HEX triplet: C9, 7F and DB. RGB value is (201,127,219). Sum of RGB (Red+Green+Blue) = 201+127+219=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C97FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FDB is #368024. Grayscale: #9F9F9F. Windows color (decimal): -3571749 or 14385097. OLE color: 14385097.

HSL color Cylindrical-coordinate representation of color #C97FDB: hue angle of 288.26º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97FDB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 127 219 -
CMYK 0.08 0.42 0 0.14
HSL 288.26º 0.56% 0.68% -
HSV(B) 288.26º 0.42% 0.86% -
XYZ 44.46 32.71 70.99 -
YUV 159.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 201 127 219 0.08 0.42 0 0.14 288.26 0.56 0.68
Hex C9 7F DB 8 2A 0 E 120 38 44
Octal 311 177 333 10 52 0 16 440 70 104
Binary 11001001 1111111 11011011 1000 101010 0 1110 100100000 111000 1000100

Color Harmonies of #C97FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FDB

Black with #C97FDB

Text Example


Text Example

White with #C97FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FDB; }

 p { color: rgb(201,127,219); }

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

background-color css

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

 a { background-color: rgb(201,127,219); }

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

border-color css

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

 span { border-color: rgb(201,127,219); }

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