Html Css Color HEX #D868CD Orchid

📋 copy color: '#D868CD'

red 216 ◦ green 104 ◦ blue 205

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

Shades of Orchid #D868CD

Tints of Orchid #D868CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 41.14%
G = 19.81%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D868CD (or 0xD868CD) is known color: Orchid. HEX triplet: D8, 68 and CD. RGB value is (216,104,205). Sum of RGB (Red+Green+Blue) = 216+104+205=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D868CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868CD is #279732. Grayscale: #949494. Windows color (decimal): -2594611 or 13461720. OLE color: 13461720.

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

Color convert

RGB 216 104 205 -
CMYK 0 0.52 0.05 0.15
HSL 305.89º 0.59% 0.63% -
HSV(B) 305.89º 0.52% 0.85% -
XYZ 44.29 28.91 61 -
YUV 149 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 216 104 205 0 0.52 0.05 0.15 305.89 0.59 0.63
Hex D8 68 CD 0 34 5 F 132 3B 3F
Octal 330 150 315 0 64 5 17 462 73 77
Binary 11011000 1101000 11001101 0 110100 101 1111 100110010 111011 111111

Color Harmonies of #D868CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868CD

Black with #D868CD

Text Example


Text Example

White with #D868CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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