Html Css Color HEX #D767B7 Orchid

📋 copy color: '#D767B7'

red 215 ◦ green 103 ◦ blue 183

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

Shades of Orchid #D767B7

Tints of Orchid #D767B7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.56%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 42.91%
G = 20.56%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D767B7 (or 0xD767B7) is known color: Orchid. HEX triplet: D7, 67 and B7. RGB value is (215,103,183). Sum of RGB (Red+Green+Blue) = 215+103+183=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D767B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767B7 is #289848. Grayscale: #919191. Windows color (decimal): -2660425 or 12019671. OLE color: 12019671.

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

Color convert

RGB 215 103 183 -
CMYK 0 0.52 0.15 0.16
HSL 317.14º 0.58% 0.62% -
HSV(B) 317.14º 0.52% 0.84% -
XYZ 41.42 27.57 47.94 -
YUV 145.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 215 103 183 0 0.52 0.15 0.16 317.14 0.58 0.62
Hex D7 67 B7 0 34 F 10 13D 3A 3E
Octal 327 147 267 0 64 17 20 475 72 76
Binary 11010111 1100111 10110111 0 110100 1111 10000 100111101 111010 111110

Color Harmonies of #D767B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767B7

Black with #D767B7

Text Example


Text Example

White with #D767B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767B7; }

 p { color: rgb(215,103,183); }

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

background-color css

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

 a { background-color: rgb(215,103,183); }

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

border-color css

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

 span { border-color: rgb(215,103,183); }

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