Html Css Color HEX #D769DF Orchid

📋 copy color: '#D769DF'

red 215 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D769DF

Tints of Orchid #D769DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.34%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 39.59%
G = 19.34%
B = 41.07%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D769DF (or 0xD769DF) is known color: Orchid. HEX triplet: D7, 69 and DF. RGB value is (215,105,223). Sum of RGB (Red+Green+Blue) = 215+105+223=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D769DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769DF is #289620. Grayscale: #969696. Windows color (decimal): -2659873 or 14641623. OLE color: 14641623.

HSL color Cylindrical-coordinate representation of color #D769DF: hue angle of 295.93º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D769DF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 105 223 -
CMYK 0.04 0.53 0 0.13
HSL 295.93º 0.65% 0.64% -
HSV(B) 295.93º 0.53% 0.87% -
XYZ 46.4 29.88 73.13 -
YUV 151.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 215 105 223 0.04 0.53 0 0.13 295.93 0.65 0.64
Hex D7 69 DF 4 35 0 D 128 41 40
Octal 327 151 337 4 65 0 15 450 101 100
Binary 11010111 1101001 11011111 100 110101 0 1101 100101000 1000001 1000000

Color Harmonies of #D769DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769DF

Black with #D769DF

Text Example


Text Example

White with #D769DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769DF; }

 p { color: rgb(215,105,223); }

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

background-color css

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

 a { background-color: rgb(215,105,223); }

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

border-color css

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

 span { border-color: rgb(215,105,223); }

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