Html Css Color HEX #D868C1 Orchid

📋 copy color: '#D868C1'

red 216 ◦ green 104 ◦ blue 193

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

Shades of Orchid #D868C1

Tints of Orchid #D868C1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 42.11%
G = 20.27%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D868C1 (or 0xD868C1) is known color: Orchid. HEX triplet: D8, 68 and C1. RGB value is (216,104,193). Sum of RGB (Red+Green+Blue) = 216+104+193=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D868C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868C1 is #27973E. Grayscale: #939393. Windows color (decimal): -2594623 or 12675288. OLE color: 12675288.

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

Color convert

RGB 216 104 193 -
CMYK 0 0.52 0.11 0.15
HSL 312.32º 0.59% 0.63% -
HSV(B) 312.32º 0.52% 0.85% -
XYZ 42.89 28.35 53.66 -
YUV 147.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 216 104 193 0 0.52 0.11 0.15 312.32 0.59 0.63
Hex D8 68 C1 0 34 B F 138 3B 3F
Octal 330 150 301 0 64 13 17 470 73 77
Binary 11011000 1101000 11000001 0 110100 1011 1111 100111000 111011 111111

Color Harmonies of #D868C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868C1

Black with #D868C1

Text Example


Text Example

White with #D868C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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