Html Css Color HEX #C97CDB Orchid

📋 copy color: '#C97CDB'

red 201 ◦ green 124 ◦ blue 219

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

Shades of Orchid #C97CDB

Tints of Orchid #C97CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

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

R = 36.95%
G = 22.79%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C97CDB (or 0xC97CDB) is known color: Orchid. HEX triplet: C9, 7C and DB. RGB value is (201,124,219). Sum of RGB (Red+Green+Blue) = 201+124+219=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C97CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CDB is #368324. Grayscale: #9D9D9D. Windows color (decimal): -3572517 or 14384329. OLE color: 14384329.

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

Color convert

RGB 201 124 219 -
CMYK 0.08 0.43 0 0.14
HSL 288.63º 0.57% 0.67% -
HSV(B) 288.63º 0.43% 0.86% -
XYZ 44.08 31.95 70.86 -
YUV 157.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 201 124 219 0.08 0.43 0 0.14 288.63 0.57 0.67
Hex C9 7C DB 8 2B 0 E 121 39 43
Octal 311 174 333 10 53 0 16 441 71 103
Binary 11001001 1111100 11011011 1000 101011 0 1110 100100001 111001 1000011

Color Harmonies of #C97CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CDB

Black with #C97CDB

Text Example


Text Example

White with #C97CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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