Html Css Color HEX #D771CB Orchid

📋 copy color: '#D771CB'

red 215 ◦ green 113 ◦ blue 203

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

Shades of Orchid #D771CB

Tints of Orchid #D771CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.28%

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

R = 40.49%
G = 21.28%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D771CB (or 0xD771CB) is known color: Orchid. HEX triplet: D7, 71 and CB. RGB value is (215,113,203). Sum of RGB (Red+Green+Blue) = 215+113+203=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D771CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771CB is #288E34. Grayscale: #999999. Windows color (decimal): -2657845 or 13332951. OLE color: 13332951.

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

Color convert

RGB 215 113 203 -
CMYK 0 0.47 0.06 0.16
HSL 307.06º 0.56% 0.64% -
HSV(B) 307.06º 0.47% 0.84% -
XYZ 44.71 30.57 60.04 -
YUV 153.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 215 113 203 0 0.47 0.06 0.16 307.06 0.56 0.64
Hex D7 71 CB 0 2F 6 10 133 38 40
Octal 327 161 313 0 57 6 20 463 70 100
Binary 11010111 1110001 11001011 0 101111 110 10000 100110011 111000 1000000

Color Harmonies of #D771CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771CB

Black with #D771CB

Text Example


Text Example

White with #D771CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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