Html Css Color HEX #D061D9 Orchid

📋 copy color: '#D061D9'

red 208 ◦ green 97 ◦ blue 217

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

Shades of Orchid #D061D9

Tints of Orchid #D061D9

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

 GREEN value IS 97 (38.28% from 255) = 18.58%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 39.85%
G = 18.58%
B = 41.57%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D061D9 (or 0xD061D9) is known color: Orchid. HEX triplet: D0, 61 and D9. RGB value is (208,97,217). Sum of RGB (Red+Green+Blue) = 208+97+217=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #D061D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061D9 is #2F9E26. Grayscale: #8F8F8F. Windows color (decimal): -3120679 or 14246352. OLE color: 14246352.

HSL color Cylindrical-coordinate representation of color #D061D9: hue angle of 295.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D061D9 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 97 217 -
CMYK 0.04 0.55 0 0.15
HSL 295.5º 0.61% 0.62% -
HSV(B) 295.5º 0.55% 0.85% -
XYZ 42.81 26.97 68.59 -
YUV 143.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 208 97 217 0.04 0.55 0 0.15 295.5 0.61 0.62
Hex D0 61 D9 4 37 0 F 128 3D 3E
Octal 320 141 331 4 67 0 17 450 75 76
Binary 11010000 1100001 11011001 100 110111 0 1111 100101000 111101 111110

Color Harmonies of #D061D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061D9

Black with #D061D9

Text Example


Text Example

White with #D061D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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