Html Css Color HEX #C973DE Orchid

📋 copy color: '#C973DE'

red 201 ◦ green 115 ◦ blue 222

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

Shades of Orchid #C973DE

Tints of Orchid #C973DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 37.36%
G = 21.38%
B = 41.26%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C973DE (or 0xC973DE) is known color: Orchid. HEX triplet: C9, 73 and DE. RGB value is (201,115,222). Sum of RGB (Red+Green+Blue) = 201+115+222=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C973DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973DE is #368C21. Grayscale: #989898. Windows color (decimal): -3574818 or 14578633. OLE color: 14578633.

HSL color Cylindrical-coordinate representation of color #C973DE: hue angle of 288.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C973DE is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 115 222 -
CMYK 0.09 0.48 0 0.13
HSL 288.22º 0.62% 0.66% -
HSV(B) 288.22º 0.48% 0.87% -
XYZ 43.4 29.95 72.6 -
YUV 152.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 201 115 222 0.09 0.48 0 0.13 288.22 0.62 0.66
Hex C9 73 DE 9 30 0 D 120 3E 42
Octal 311 163 336 11 60 0 15 440 76 102
Binary 11001001 1110011 11011110 1001 110000 0 1101 100100000 111110 1000010

Color Harmonies of #C973DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973DE

Black with #C973DE

Text Example


Text Example

White with #C973DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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