Html Css Color HEX #D869C1 Orchid

📋 copy color: '#D869C1'

red 216 ◦ green 105 ◦ blue 193

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

Shades of Orchid #D869C1

Tints of Orchid #D869C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 42.02%
G = 20.43%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D869C1 (or 0xD869C1) is known color: Orchid. HEX triplet: D8, 69 and C1. RGB value is (216,105,193). Sum of RGB (Red+Green+Blue) = 216+105+193=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C1 is #27963E. Grayscale: #939393. Windows color (decimal): -2594367 or 12675544. OLE color: 12675544.

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

Color convert

RGB 216 105 193 -
CMYK 0 0.51 0.11 0.15
HSL 312.43º 0.59% 0.63% -
HSV(B) 312.43º 0.51% 0.85% -
XYZ 43 28.55 53.7 -
YUV 148.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 216 105 193 0 0.51 0.11 0.15 312.43 0.59 0.63
Hex D8 69 C1 0 33 B F 138 3B 3F
Octal 330 151 301 0 63 13 17 470 73 77
Binary 11011000 1101001 11000001 0 110011 1011 1111 100111000 111011 111111

Color Harmonies of #D869C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869C1

Black with #D869C1

Text Example


Text Example

White with #D869C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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