Html Css Color HEX #D869C5 Orchid

📋 copy color: '#D869C5'

red 216 ◦ green 105 ◦ blue 197

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

Shades of Orchid #D869C5

Tints of Orchid #D869C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 41.7%
G = 20.27%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D869C5 (or 0xD869C5) is known color: Orchid. HEX triplet: D8, 69 and C5. RGB value is (216,105,197). Sum of RGB (Red+Green+Blue) = 216+105+197=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C5 is #27963A. Grayscale: #949494. Windows color (decimal): -2594363 or 12937688. OLE color: 12937688.

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

Color convert

RGB 216 105 197 -
CMYK 0 0.51 0.09 0.15
HSL 310.27º 0.59% 0.63% -
HSV(B) 310.27º 0.51% 0.85% -
XYZ 43.45 28.73 56.08 -
YUV 148.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 216 105 197 0 0.51 0.09 0.15 310.27 0.59 0.63
Hex D8 69 C5 0 33 9 F 136 3B 3F
Octal 330 151 305 0 63 11 17 466 73 77
Binary 11011000 1101001 11000101 0 110011 1001 1111 100110110 111011 111111

Color Harmonies of #D869C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869C5

Black with #D869C5

Text Example


Text Example

White with #D869C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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