Html Css Color HEX #BF7DC5 Orchid

📋 copy color: '#BF7DC5'

red 191 ◦ green 125 ◦ blue 197

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

Shades of Orchid #BF7DC5

Tints of Orchid #BF7DC5

RGB

 RED value IS 191 (75% from 255) = 37.23%

 GREEN value IS 125 (49.22% from 255) = 24.37%

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 37.23%
G = 24.37%
B = 38.4%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF7DC5 (or 0xBF7DC5) is known color: Orchid. HEX triplet: BF, 7D and C5. RGB value is (191,125,197). Sum of RGB (Red+Green+Blue) = 191+125+197=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DC5 is #40823A. Grayscale: #989898. Windows color (decimal): -4227643 or 12942783. OLE color: 12942783.

HSL color Cylindrical-coordinate representation of color #BF7DC5: hue angle of 295º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7DC5 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 125 197 -
CMYK 0.03 0.37 0 0.23
HSL 295º 0.38% 0.63% -
HSV(B) 295º 0.37% 0.77% -
XYZ 38.9 29.77 56.52 -
YUV 152.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 191 125 197 0.03 0.37 0 0.23 295 0.38 0.63
Hex BF 7D C5 3 25 0 17 127 26 3F
Octal 277 175 305 3 45 0 27 447 46 77
Binary 10111111 1111101 11000101 11 100101 0 10111 100100111 100110 111111

Color Harmonies of #BF7DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7DC5

Black with #BF7DC5

Text Example


Text Example

White with #BF7DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7DC5; }

 p { color: rgb(191,125,197); }

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

background-color css

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

 a { background-color: rgb(191,125,197); }

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

border-color css

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

 span { border-color: rgb(191,125,197); }

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