Html Css Color HEX #D767DF Orchid

📋 copy color: '#D767DF'

red 215 ◦ green 103 ◦ blue 223

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

Shades of Orchid #D767DF

Tints of Orchid #D767DF

RGB

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

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

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

R = 39.74%
G = 19.04%
B = 41.22%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D767DF (or 0xD767DF) is known color: Orchid. HEX triplet: D7, 67 and DF. RGB value is (215,103,223). Sum of RGB (Red+Green+Blue) = 215+103+223=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D767DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767DF is #289820. Grayscale: #959595. Windows color (decimal): -2660385 or 14641111. OLE color: 14641111.

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

Color convert

RGB 215 103 223 -
CMYK 0.04 0.54 0 0.13
HSL 296º 0.65% 0.64% -
HSV(B) 296º 0.54% 0.87% -
XYZ 46.19 29.48 73.07 -
YUV 150.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 215 103 223 0.04 0.54 0 0.13 296 0.65 0.64
Hex D7 67 DF 4 36 0 D 128 41 40
Octal 327 147 337 4 66 0 15 450 101 100
Binary 11010111 1100111 11011111 100 110110 0 1101 100101000 1000001 1000000

Color Harmonies of #D767DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767DF

Black with #D767DF

Text Example


Text Example

White with #D767DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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