Html Css Color HEX #C973D9 Orchid

📋 copy color: '#C973D9'

red 201 ◦ green 115 ◦ blue 217

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

Shades of Orchid #C973D9

Tints of Orchid #C973D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 37.71%
G = 21.58%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C973D9 (or 0xC973D9) is known color: Orchid. HEX triplet: C9, 73 and D9. RGB value is (201,115,217). Sum of RGB (Red+Green+Blue) = 201+115+217=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #C973D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973D9 is #368C26. Grayscale: #989898. Windows color (decimal): -3574823 or 14250953. OLE color: 14250953.

HSL color Cylindrical-coordinate representation of color #C973D9: hue angle of 290.59º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C973D9 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 115 217 -
CMYK 0.07 0.47 0 0.15
HSL 290.59º 0.57% 0.65% -
HSV(B) 290.59º 0.47% 0.85% -
XYZ 42.74 29.69 69.12 -
YUV 152.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 201 115 217 0.07 0.47 0 0.15 290.59 0.57 0.65
Hex C9 73 D9 7 2F 0 F 123 39 41
Octal 311 163 331 7 57 0 17 443 71 101
Binary 11001001 1110011 11011001 111 101111 0 1111 100100011 111001 1000001

Color Harmonies of #C973D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973D9

Black with #C973D9

Text Example


Text Example

White with #C973D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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