Html Css Color HEX #C873BE Orchid

📋 copy color: '#C873BE'

red 200 ◦ green 115 ◦ blue 190

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

Shades of Orchid #C873BE

Tints of Orchid #C873BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 39.6%
G = 22.77%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C873BE (or 0xC873BE) is known color: Orchid. HEX triplet: C8, 73 and BE. RGB value is (200,115,190). Sum of RGB (Red+Green+Blue) = 200+115+190=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C873BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873BE is #378C41. Grayscale: #949494. Windows color (decimal): -3640386 or 12481480. OLE color: 12481480.

HSL color Cylindrical-coordinate representation of color #C873BE: hue angle of 307.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873BE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 190 -
CMYK 0 0.42 0.05 0.22
HSL 307.06º 0.44% 0.62% -
HSV(B) 307.06º 0.43% 0.78% -
XYZ 39.24 28.26 52.1 -
YUV 148.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 200 115 190 0 0.42 0.05 0.22 307.06 0.44 0.62
Hex C8 73 BE 0 2A 5 16 133 2C 3E
Octal 310 163 276 0 52 5 26 463 54 76
Binary 11001000 1110011 10111110 0 101010 101 10110 100110011 101100 111110

Color Harmonies of #C873BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873BE

Black with #C873BE

Text Example


Text Example

White with #C873BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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