Html Css Color HEX #D867D3 Orchid

📋 copy color: '#D867D3'

red 216 ◦ green 103 ◦ blue 211

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

Shades of Orchid #D867D3

Tints of Orchid #D867D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.81%

R = 40.75%
G = 19.43%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D867D3 (or 0xD867D3) is known color: Orchid. HEX triplet: D8, 67 and D3. RGB value is (216,103,211). Sum of RGB (Red+Green+Blue) = 216+103+211=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D3 is #27982C. Grayscale: #949494. Windows color (decimal): -2594861 or 13854680. OLE color: 13854680.

HSL color Cylindrical-coordinate representation of color #D867D3: hue angle of 302.65º 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 #D867D3 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 211 -
CMYK 0 0.52 0.02 0.15
HSL 302.65º 0.59% 0.63% -
HSV(B) 302.65º 0.52% 0.85% -
XYZ 44.93 29 64.86 -
YUV 149.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 216 103 211 0 0.52 0.02 0.15 302.65 0.59 0.63
Hex D8 67 D3 0 34 2 F 12F 3B 3F
Octal 330 147 323 0 64 2 17 457 73 77
Binary 11011000 1100111 11010011 0 110100 10 1111 100101111 111011 111111

Color Harmonies of #D867D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867D3

Black with #D867D3

Text Example


Text Example

White with #D867D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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