Html Css Color HEX #D767B9 Orchid

📋 copy color: '#D767B9'

red 215 ◦ green 103 ◦ blue 185

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

Shades of Orchid #D767B9

Tints of Orchid #D767B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 42.74%
G = 20.48%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D767B9 (or 0xD767B9) is known color: Orchid. HEX triplet: D7, 67 and B9. RGB value is (215,103,185). Sum of RGB (Red+Green+Blue) = 215+103+185=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D767B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767B9 is #289846. Grayscale: #919191. Windows color (decimal): -2660423 or 12150743. OLE color: 12150743.

HSL color Cylindrical-coordinate representation of color #D767B9: hue angle of 316.07º 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 #D767B9 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 185 -
CMYK 0 0.52 0.14 0.16
HSL 316.07º 0.58% 0.62% -
HSV(B) 316.07º 0.52% 0.84% -
XYZ 41.63 27.65 49.04 -
YUV 145.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 215 103 185 0 0.52 0.14 0.16 316.07 0.58 0.62
Hex D7 67 B9 0 34 E 10 13C 3A 3E
Octal 327 147 271 0 64 16 20 474 72 76
Binary 11010111 1100111 10111001 0 110100 1110 10000 100111100 111010 111110

Color Harmonies of #D767B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767B9

Black with #D767B9

Text Example


Text Example

White with #D767B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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