Html Css Color HEX #D765BC Orchid

📋 copy color: '#D765BC'

red 215 ◦ green 101 ◦ blue 188

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

Shades of Orchid #D765BC

Tints of Orchid #D765BC

RGB

 RED value IS 215 (84.38% from 255) = 42.66%

 GREEN value IS 101 (39.84% from 255) = 20.04%

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

R = 42.66%
G = 20.04%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D765BC (or 0xD765BC) is known color: Orchid. HEX triplet: D7, 65 and BC. RGB value is (215,101,188). Sum of RGB (Red+Green+Blue) = 215+101+188=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D765BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765BC is #289A43. Grayscale: #909090. Windows color (decimal): -2660932 or 12346839. OLE color: 12346839.

HSL color Cylindrical-coordinate representation of color #D765BC: hue angle of 314.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D765BC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 188 -
CMYK 0 0.53 0.13 0.16
HSL 314.21º 0.59% 0.62% -
HSV(B) 314.21º 0.53% 0.84% -
XYZ 41.76 27.39 50.66 -
YUV 145 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 215 101 188 0 0.53 0.13 0.16 314.21 0.59 0.62
Hex D7 65 BC 0 35 D 10 13A 3B 3E
Octal 327 145 274 0 65 15 20 472 73 76
Binary 11010111 1100101 10111100 0 110101 1101 10000 100111010 111011 111110

Color Harmonies of #D765BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765BC

Black with #D765BC

Text Example


Text Example

White with #D765BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765BC; }

 p { color: rgb(215,101,188); }

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

background-color css

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

 a { background-color: rgb(215,101,188); }

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

border-color css

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

 span { border-color: rgb(215,101,188); }

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