Html Css Color HEX #C873DA Orchid

📋 copy color: '#C873DA'

red 200 ◦ green 115 ◦ blue 218

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

Shades of Orchid #C873DA

Tints of Orchid #C873DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 37.52%
G = 21.58%
B = 40.9%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C873DA (or 0xC873DA) is known color: Orchid. HEX triplet: C8, 73 and DA. RGB value is (200,115,218). Sum of RGB (Red+Green+Blue) = 200+115+218=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C873DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873DA is #378C25. Grayscale: #979797. Windows color (decimal): -3640358 or 14316488. OLE color: 14316488.

HSL color Cylindrical-coordinate representation of color #C873DA: hue angle of 289.51º degrees, saturation: 0.58, 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 #C873DA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 115 218 -
CMYK 0.08 0.47 0 0.15
HSL 289.51º 0.58% 0.65% -
HSV(B) 289.51º 0.47% 0.85% -
XYZ 42.61 29.6 69.8 -
YUV 152.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 200 115 218 0.08 0.47 0 0.15 289.51 0.58 0.65
Hex C8 73 DA 8 2F 0 F 122 3A 41
Octal 310 163 332 10 57 0 17 442 72 101
Binary 11001000 1110011 11011010 1000 101111 0 1111 100100010 111010 1000001

Color Harmonies of #C873DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873DA

Black with #C873DA

Text Example


Text Example

White with #C873DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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