Html Css Color HEX #D968BD Orchid

📋 copy color: '#D968BD'

red 217 ◦ green 104 ◦ blue 189

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

Shades of Orchid #D968BD

Tints of Orchid #D968BD

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 42.55%
G = 20.39%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D968BD (or 0xD968BD) is known color: Orchid. HEX triplet: D9, 68 and BD. RGB value is (217,104,189). Sum of RGB (Red+Green+Blue) = 217+104+189=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D968BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968BD is #269742. Grayscale: #939393. Windows color (decimal): -2529091 or 12413145. OLE color: 12413145.

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

Color convert

RGB 217 104 189 -
CMYK 0 0.52 0.13 0.15
HSL 314.87º 0.6% 0.63% -
HSV(B) 314.87º 0.52% 0.85% -
XYZ 42.75 28.33 51.36 -
YUV 147.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 217 104 189 0 0.52 0.13 0.15 314.87 0.6 0.63
Hex D9 68 BD 0 34 D F 13B 3C 3F
Octal 331 150 275 0 64 15 17 473 74 77
Binary 11011001 1101000 10111101 0 110100 1101 1111 100111011 111100 111111

Color Harmonies of #D968BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968BD

Black with #D968BD

Text Example


Text Example

White with #D968BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968BD; }

 p { color: rgb(217,104,189); }

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

background-color css

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

 a { background-color: rgb(217,104,189); }

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

border-color css

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

 span { border-color: rgb(217,104,189); }

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