Html Css Color HEX #C973DB Orchid

📋 copy color: '#C973DB'

red 201 ◦ green 115 ◦ blue 219

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

Shades of Orchid #C973DB

Tints of Orchid #C973DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.5%

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

R = 37.57%
G = 21.5%
B = 40.93%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C973DB (or 0xC973DB) is known color: Orchid. HEX triplet: C9, 73 and DB. RGB value is (201,115,219). Sum of RGB (Red+Green+Blue) = 201+115+219=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C973DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973DB is #368C24. Grayscale: #989898. Windows color (decimal): -3574821 or 14382025. OLE color: 14382025.

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

Color convert

RGB 201 115 219 -
CMYK 0.08 0.47 0 0.14
HSL 289.62º 0.59% 0.65% -
HSV(B) 289.62º 0.47% 0.86% -
XYZ 43 29.79 70.5 -
YUV 152.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 201 115 219 0.08 0.47 0 0.14 289.62 0.59 0.65
Hex C9 73 DB 8 2F 0 E 122 3B 41
Octal 311 163 333 10 57 0 16 442 73 101
Binary 11001001 1110011 11011011 1000 101111 0 1110 100100010 111011 1000001

Color Harmonies of #C973DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973DB

Black with #C973DB

Text Example


Text Example

White with #C973DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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