Html Css Color HEX #D061D0 Orchid

📋 copy color: '#D061D0'

red 208 ◦ green 97 ◦ blue 208

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

Shades of Orchid #D061D0

Tints of Orchid #D061D0

RGB

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

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

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

R = 40.55%
G = 18.91%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D061D0 (or 0xD061D0) is known color: Orchid. HEX triplet: D0, 61 and D0. RGB value is (208,97,208). Sum of RGB (Red+Green+Blue) = 208+97+208=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D061D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061D0 is #2F9E2F. Grayscale: #8E8E8E. Windows color (decimal): -3120688 or 13656528. OLE color: 13656528.

HSL color Cylindrical-coordinate representation of color #D061D0: hue angle of 300º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D061D0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 208 -
CMYK 0 0.53 0 0.18
HSL 300º 0.54% 0.6% -
HSV(B) 300º 0.53% 0.82% -
XYZ 41.67 26.51 62.6 -
YUV 142.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 208 97 208 0 0.53 0 0.18 300 0.54 0.6
Hex D0 61 D0 0 35 0 12 12C 36 3C
Octal 320 141 320 0 65 0 22 454 66 74
Binary 11010000 1100001 11010000 0 110101 0 10010 100101100 110110 111100

Color Harmonies of #D061D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061D0

Black with #D061D0

Text Example


Text Example

White with #D061D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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