Html Css Color HEX #C873CF Orchid

📋 copy color: '#C873CF'

red 200 ◦ green 115 ◦ blue 207

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

Shades of Orchid #C873CF

Tints of Orchid #C873CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 38.31%
G = 22.03%
B = 39.66%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C873CF (or 0xC873CF) is known color: Orchid. HEX triplet: C8, 73 and CF. RGB value is (200,115,207). Sum of RGB (Red+Green+Blue) = 200+115+207=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C873CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CF is #378C30. Grayscale: #969696. Windows color (decimal): -3640369 or 13595592. OLE color: 13595592.

HSL color Cylindrical-coordinate representation of color #C873CF: hue angle of 295.43º degrees, saturation: 0.49, 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 #C873CF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 115 207 -
CMYK 0.03 0.44 0 0.19
HSL 295.43º 0.49% 0.63% -
HSV(B) 295.43º 0.44% 0.81% -
XYZ 41.21 29.05 62.47 -
YUV 150.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 200 115 207 0.03 0.44 0 0.19 295.43 0.49 0.63
Hex C8 73 CF 3 2C 0 13 127 31 3F
Octal 310 163 317 3 54 0 23 447 61 77
Binary 11001000 1110011 11001111 11 101100 0 10011 100100111 110001 111111

Color Harmonies of #C873CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873CF

Black with #C873CF

Text Example


Text Example

White with #C873CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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