Html Css Color HEX #C873CD Orchid

📋 copy color: '#C873CD'

red 200 ◦ green 115 ◦ blue 205

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

Shades of Orchid #C873CD

Tints of Orchid #C873CD

RGB

 RED value IS 200 (78.52% from 255) = 38.46%

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 38.46%
G = 22.12%
B = 39.42%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C873CD (or 0xC873CD) is known color: Orchid. HEX triplet: C8, 73 and CD. RGB value is (200,115,205). Sum of RGB (Red+Green+Blue) = 200+115+205=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C873CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CD is #378C32. Grayscale: #969696. Windows color (decimal): -3640371 or 13464520. OLE color: 13464520.

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

Color convert

RGB 200 115 205 -
CMYK 0.02 0.44 0 0.20
HSL 296.67º 0.47% 0.63% -
HSV(B) 296.67º 0.44% 0.8% -
XYZ 40.97 28.95 61.19 -
YUV 150.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 200 115 205 0.02 0.44 0 0.20 296.67 0.47 0.63
Hex C8 73 CD 2 2C 0 14 129 2F 3F
Octal 310 163 315 2 54 0 24 451 57 77
Binary 11001000 1110011 11001101 10 101100 0 10100 100101001 101111 111111

Color Harmonies of #C873CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873CD

Black with #C873CD

Text Example


Text Example

White with #C873CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873CD; }

 p { color: rgb(200,115,205); }

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

background-color css

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

 a { background-color: rgb(200,115,205); }

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

border-color css

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

 span { border-color: rgb(200,115,205); }

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