Html Css Color HEX #D867E7 Orchid

📋 copy color: '#D867E7'

red 216 ◦ green 103 ◦ blue 231

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

Shades of Orchid #D867E7

Tints of Orchid #D867E7

RGB

 RED value IS 216 (84.77% from 255) = 39.27%

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 39.27%
G = 18.73%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D867E7 (or 0xD867E7) is known color: Orchid. HEX triplet: D8, 67 and E7. RGB value is (216,103,231). Sum of RGB (Red+Green+Blue) = 216+103+231=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #D867E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D867E7 is #279818. Grayscale: #969696. Windows color (decimal): -2594841 or 15165400. OLE color: 15165400.

HSL color Cylindrical-coordinate representation of color #D867E7: hue angle of 292.97º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D867E7 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 103 231 -
CMYK 0.06 0.55 0 0.09
HSL 292.97º 0.73% 0.65% -
HSV(B) 292.97º 0.55% 0.91% -
XYZ 47.59 30.07 78.9 -
YUV 151.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 216 103 231 0.06 0.55 0 0.09 292.97 0.73 0.65
Hex D8 67 E7 6 37 0 9 125 49 41
Octal 330 147 347 6 67 0 11 445 111 101
Binary 11011000 1100111 11100111 110 110111 0 1001 100100101 1001001 1000001

Color Harmonies of #D867E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867E7

Black with #D867E7

Text Example


Text Example

White with #D867E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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