Html Css Color HEX #D868C8 Orchid

📋 copy color: '#D868C8'

red 216 ◦ green 104 ◦ blue 200

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

Shades of Orchid #D868C8

Tints of Orchid #D868C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 41.54%
G = 20%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D868C8 (or 0xD868C8) is known color: Orchid. HEX triplet: D8, 68 and C8. RGB value is (216,104,200). Sum of RGB (Red+Green+Blue) = 216+104+200=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D868C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868C8 is #279737. Grayscale: #949494. Windows color (decimal): -2594616 or 13134040. OLE color: 13134040.

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

Color convert

RGB 216 104 200 -
CMYK 0 0.52 0.07 0.15
HSL 308.57º 0.59% 0.63% -
HSV(B) 308.57º 0.52% 0.85% -
XYZ 43.69 28.67 57.87 -
YUV 148.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 216 104 200 0 0.52 0.07 0.15 308.57 0.59 0.63
Hex D8 68 C8 0 34 7 F 135 3B 3F
Octal 330 150 310 0 64 7 17 465 73 77
Binary 11011000 1101000 11001000 0 110100 111 1111 100110101 111011 111111

Color Harmonies of #D868C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868C8

Black with #D868C8

Text Example


Text Example

White with #D868C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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