Html Css Color HEX #D968BE Orchid

📋 copy color: '#D968BE'

red 217 ◦ green 104 ◦ blue 190

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

Shades of Orchid #D968BE

Tints of Orchid #D968BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 42.47%
G = 20.35%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D968BE (or 0xD968BE) is known color: Orchid. HEX triplet: D9, 68 and BE. RGB value is (217,104,190). Sum of RGB (Red+Green+Blue) = 217+104+190=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D968BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968BE is #269741. Grayscale: #939393. Windows color (decimal): -2529090 or 12478681. OLE color: 12478681.

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

Color convert

RGB 217 104 190 -
CMYK 0 0.52 0.12 0.15
HSL 314.34º 0.6% 0.63% -
HSV(B) 314.34º 0.52% 0.85% -
XYZ 42.86 28.37 51.93 -
YUV 147.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 217 104 190 0 0.52 0.12 0.15 314.34 0.6 0.63
Hex D9 68 BE 0 34 C F 13A 3C 3F
Octal 331 150 276 0 64 14 17 472 74 77
Binary 11011001 1101000 10111110 0 110100 1100 1111 100111010 111100 111111

Color Harmonies of #D968BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968BE

Black with #D968BE

Text Example


Text Example

White with #D968BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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