Html Css Color HEX #D767D8 Orchid

📋 copy color: '#D767D8'

red 215 ◦ green 103 ◦ blue 216

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

Shades of Orchid #D767D8

Tints of Orchid #D767D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.45%

R = 40.26%
G = 19.29%
B = 40.45%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D767D8 (or 0xD767D8) is known color: Orchid. HEX triplet: D7, 67 and D8. RGB value is (215,103,216). Sum of RGB (Red+Green+Blue) = 215+103+216=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #D767D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767D8 is #289827. Grayscale: #959595. Windows color (decimal): -2660392 or 14182359. OLE color: 14182359.

HSL color Cylindrical-coordinate representation of color #D767D8: hue angle of 299.47º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D767D8 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 103 216 -
CMYK 0.00 0.52 0 0.15
HSL 299.47º 0.59% 0.63% -
HSV(B) 299.47º 0.52% 0.85% -
XYZ 45.27 29.11 68.2 -
YUV 149.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 215 103 216 0.00 0.52 0 0.15 299.47 0.59 0.63
Hex D7 67 D8 0 34 0 F 12B 3B 3F
Octal 327 147 330 0 64 0 17 453 73 77
Binary 11010111 1100111 11011000 0 110100 0 1111 100101011 111011 111111

Color Harmonies of #D767D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767D8

Black with #D767D8

Text Example


Text Example

White with #D767D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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