Html Css Color HEX #D869D2 Orchid

📋 copy color: '#D869D2'

red 216 ◦ green 105 ◦ blue 210

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

Shades of Orchid #D869D2

Tints of Orchid #D869D2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 210 (82.42% from 255) = 39.55%

R = 40.68%
G = 19.77%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D869D2 (or 0xD869D2) is known color: Orchid. HEX triplet: D8, 69 and D2. RGB value is (216,105,210). Sum of RGB (Red+Green+Blue) = 216+105+210=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D869D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869D2 is #27962D. Grayscale: #959595. Windows color (decimal): -2594350 or 13789656. OLE color: 13789656.

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

Color convert

RGB 216 105 210 -
CMYK 0 0.51 0.03 0.15
HSL 303.24º 0.59% 0.63% -
HSV(B) 303.24º 0.51% 0.85% -
XYZ 45 29.36 64.27 -
YUV 150.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 216 105 210 0 0.51 0.03 0.15 303.24 0.59 0.63
Hex D8 69 D2 0 33 3 F 12F 3B 3F
Octal 330 151 322 0 63 3 17 457 73 77
Binary 11011000 1101001 11010010 0 110011 11 1111 100101111 111011 111111

Color Harmonies of #D869D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869D2

Black with #D869D2

Text Example


Text Example

White with #D869D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869D2; }

 p { color: rgb(216,105,210); }

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

background-color css

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

 a { background-color: rgb(216,105,210); }

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

border-color css

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

 span { border-color: rgb(216,105,210); }

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