Html Css Color HEX #C875BB Orchid

📋 copy color: '#C875BB'

red 200 ◦ green 117 ◦ blue 187

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

Shades of Orchid #C875BB

Tints of Orchid #C875BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.21%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 39.68%
G = 23.21%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C875BB (or 0xC875BB) is known color: Orchid. HEX triplet: C8, 75 and BB. RGB value is (200,117,187). Sum of RGB (Red+Green+Blue) = 200+117+187=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C875BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875BB is #378A44. Grayscale: #959595. Windows color (decimal): -3639877 or 12285384. OLE color: 12285384.

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

Color convert

RGB 200 117 187 -
CMYK 0 0.42 0.06 0.22
HSL 309.4º 0.43% 0.62% -
HSV(B) 309.4º 0.42% 0.78% -
XYZ 39.15 28.59 50.47 -
YUV 149.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 200 117 187 0 0.42 0.06 0.22 309.4 0.43 0.62
Hex C8 75 BB 0 2A 6 16 135 2B 3E
Octal 310 165 273 0 52 6 26 465 53 76
Binary 11001000 1110101 10111011 0 101010 110 10110 100110101 101011 111110

Color Harmonies of #C875BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875BB

Black with #C875BB

Text Example


Text Example

White with #C875BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875BB; }

 p { color: rgb(200,117,187); }

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

background-color css

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

 a { background-color: rgb(200,117,187); }

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

border-color css

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

 span { border-color: rgb(200,117,187); }

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