Html Css Color HEX #D767DD Orchid

📋 copy color: '#D767DD'

red 215 ◦ green 103 ◦ blue 221

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

Shades of Orchid #D767DD

Tints of Orchid #D767DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 39.89%
G = 19.11%
B = 41%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D767DD (or 0xD767DD) is known color: Orchid. HEX triplet: D7, 67 and DD. RGB value is (215,103,221). Sum of RGB (Red+Green+Blue) = 215+103+221=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D767DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767DD is #289822. Grayscale: #959595. Windows color (decimal): -2660387 or 14510039. OLE color: 14510039.

HSL color Cylindrical-coordinate representation of color #D767DD: hue angle of 296.95º degrees, saturation: 0.63, 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 #D767DD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 103 221 -
CMYK 0.03 0.53 0 0.13
HSL 296.95º 0.63% 0.64% -
HSV(B) 296.95º 0.53% 0.87% -
XYZ 45.93 29.37 71.65 -
YUV 149.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 215 103 221 0.03 0.53 0 0.13 296.95 0.63 0.64
Hex D7 67 DD 3 35 0 D 129 3F 40
Octal 327 147 335 3 65 0 15 451 77 100
Binary 11010111 1100111 11011101 11 110101 0 1101 100101001 111111 1000000

Color Harmonies of #D767DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767DD

Black with #D767DD

Text Example


Text Example

White with #D767DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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