Html Css Color HEX #D968D0 Orchid

📋 copy color: '#D968D0'

red 217 ◦ green 104 ◦ blue 208

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

Shades of Orchid #D968D0

Tints of Orchid #D968D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 41.02%
G = 19.66%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D968D0 (or 0xD968D0) is known color: Orchid. HEX triplet: D9, 68 and D0. RGB value is (217,104,208). Sum of RGB (Red+Green+Blue) = 217+104+208=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D968D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968D0 is #26972F. Grayscale: #959595. Windows color (decimal): -2529072 or 13658329. OLE color: 13658329.

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

Color convert

RGB 217 104 208 -
CMYK 0 0.52 0.04 0.15
HSL 304.78º 0.6% 0.63% -
HSV(B) 304.78º 0.52% 0.85% -
XYZ 44.95 29.21 62.94 -
YUV 149.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 217 104 208 0 0.52 0.04 0.15 304.78 0.6 0.63
Hex D9 68 D0 0 34 4 F 131 3C 3F
Octal 331 150 320 0 64 4 17 461 74 77
Binary 11011001 1101000 11010000 0 110100 100 1111 100110001 111100 111111

Color Harmonies of #D968D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968D0

Black with #D968D0

Text Example


Text Example

White with #D968D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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