Html Css Color HEX #D76FCB Orchid

📋 copy color: '#D76FCB'

red 215 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D76FCB

Tints of Orchid #D76FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 40.64%
G = 20.98%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D76FCB (or 0xD76FCB) is known color: Orchid. HEX triplet: D7, 6F and CB. RGB value is (215,111,203). Sum of RGB (Red+Green+Blue) = 215+111+203=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCB is #289034. Grayscale: #989898. Windows color (decimal): -2658357 or 13332439. OLE color: 13332439.

HSL color Cylindrical-coordinate representation of color #D76FCB: hue angle of 306.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FCB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 203 -
CMYK 0 0.48 0.06 0.16
HSL 306.92º 0.57% 0.64% -
HSV(B) 306.92º 0.48% 0.84% -
XYZ 44.49 30.13 59.97 -
YUV 152.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 215 111 203 0 0.48 0.06 0.16 306.92 0.57 0.64
Hex D7 6F CB 0 30 6 10 133 39 40
Octal 327 157 313 0 60 6 20 463 71 100
Binary 11010111 1101111 11001011 0 110000 110 10000 100110011 111001 1000000

Color Harmonies of #D76FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FCB

Black with #D76FCB

Text Example


Text Example

White with #D76FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FCB; }

 p { color: rgb(215,111,203); }

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

background-color css

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

 a { background-color: rgb(215,111,203); }

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

border-color css

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

 span { border-color: rgb(215,111,203); }

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