Html Css Color HEX #C872BE Orchid

📋 copy color: '#C872BE'

red 200 ◦ green 114 ◦ blue 190

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

Shades of Orchid #C872BE

Tints of Orchid #C872BE

RGB

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

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

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

R = 39.68%
G = 22.62%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C872BE (or 0xC872BE) is known color: Orchid. HEX triplet: C8, 72 and BE. RGB value is (200,114,190). Sum of RGB (Red+Green+Blue) = 200+114+190=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C872BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872BE is #378D41. Grayscale: #949494. Windows color (decimal): -3640642 or 12481224. OLE color: 12481224.

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

Color convert

RGB 200 114 190 -
CMYK 0 0.43 0.05 0.22
HSL 306.98º 0.44% 0.62% -
HSV(B) 306.98º 0.43% 0.78% -
XYZ 39.13 28.03 52.06 -
YUV 148.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 200 114 190 0 0.43 0.05 0.22 306.98 0.44 0.62
Hex C8 72 BE 0 2B 5 16 133 2C 3E
Octal 310 162 276 0 53 5 26 463 54 76
Binary 11001000 1110010 10111110 0 101011 101 10110 100110011 101100 111110

Color Harmonies of #C872BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872BE

Black with #C872BE

Text Example


Text Example

White with #C872BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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