Html Css Color HEX #C873D6 Orchid

📋 copy color: '#C873D6'

red 200 ◦ green 115 ◦ blue 214

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

Shades of Orchid #C873D6

Tints of Orchid #C873D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 37.81%
G = 21.74%
B = 40.45%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C873D6 (or 0xC873D6) is known color: Orchid. HEX triplet: C8, 73 and D6. RGB value is (200,115,214). Sum of RGB (Red+Green+Blue) = 200+115+214=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #C873D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873D6 is #378C29. Grayscale: #979797. Windows color (decimal): -3640362 or 14054344. OLE color: 14054344.

HSL color Cylindrical-coordinate representation of color #C873D6: hue angle of 291.52º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C873D6 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 115 214 -
CMYK 0.07 0.46 0 0.16
HSL 291.52º 0.55% 0.65% -
HSV(B) 291.52º 0.46% 0.84% -
XYZ 42.09 29.4 67.07 -
YUV 151.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 200 115 214 0.07 0.46 0 0.16 291.52 0.55 0.65
Hex C8 73 D6 7 2E 0 10 124 37 41
Octal 310 163 326 7 56 0 20 444 67 101
Binary 11001000 1110011 11010110 111 101110 0 10000 100100100 110111 1000001

Color Harmonies of #C873D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873D6

Black with #C873D6

Text Example


Text Example

White with #C873D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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