Html Css Color HEX #C973CE Orchid

📋 copy color: '#C973CE'

red 201 ◦ green 115 ◦ blue 206

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

Shades of Orchid #C973CE

Tints of Orchid #C973CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 38.51%
G = 22.03%
B = 39.46%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C973CE (or 0xC973CE) is known color: Orchid. HEX triplet: C9, 73 and CE. RGB value is (201,115,206). Sum of RGB (Red+Green+Blue) = 201+115+206=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C973CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973CE is #368C31. Grayscale: #969696. Windows color (decimal): -3574834 or 13530057. OLE color: 13530057.

HSL color Cylindrical-coordinate representation of color #C973CE: hue angle of 296.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C973CE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 115 206 -
CMYK 0.02 0.44 0 0.19
HSL 296.7º 0.48% 0.63% -
HSV(B) 296.7º 0.44% 0.81% -
XYZ 41.36 29.14 61.84 -
YUV 151.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 201 115 206 0.02 0.44 0 0.19 296.7 0.48 0.63
Hex C9 73 CE 2 2C 0 13 129 30 3F
Octal 311 163 316 2 54 0 23 451 60 77
Binary 11001001 1110011 11001110 10 101100 0 10011 100101001 110000 111111

Color Harmonies of #C973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973CE

Black with #C973CE

Text Example


Text Example

White with #C973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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