Html Css Color HEX #C872BC Orchid

📋 copy color: '#C872BC'

red 200 ◦ green 114 ◦ blue 188

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

Shades of Orchid #C872BC

Tints of Orchid #C872BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.71%

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 39.84%
G = 22.71%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C872BC (or 0xC872BC) is known color: Orchid. HEX triplet: C8, 72 and BC. RGB value is (200,114,188). Sum of RGB (Red+Green+Blue) = 200+114+188=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C872BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872BC is #378D43. Grayscale: #939393. Windows color (decimal): -3640644 or 12350152. OLE color: 12350152.

HSL color Cylindrical-coordinate representation of color #C872BC: hue angle of 308.37º 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 #C872BC is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 188 -
CMYK 0 0.43 0.06 0.22
HSL 308.37º 0.44% 0.62% -
HSV(B) 308.37º 0.43% 0.78% -
XYZ 38.91 27.94 50.92 -
YUV 148.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 200 114 188 0 0.43 0.06 0.22 308.37 0.44 0.62
Hex C8 72 BC 0 2B 6 16 134 2C 3E
Octal 310 162 274 0 53 6 26 464 54 76
Binary 11001000 1110010 10111100 0 101011 110 10110 100110100 101100 111110

Color Harmonies of #C872BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872BC

Black with #C872BC

Text Example


Text Example

White with #C872BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872BC; }

 p { color: rgb(200,114,188); }

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

background-color css

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

 a { background-color: rgb(200,114,188); }

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

border-color css

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

 span { border-color: rgb(200,114,188); }

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