Html Css Color HEX #D261D0 Orchid

📋 copy color: '#D261D0'

red 210 ◦ green 97 ◦ blue 208

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

Shades of Orchid #D261D0

Tints of Orchid #D261D0

RGB

 RED value IS 210 (82.42% from 255) = 40.78%

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

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

R = 40.78%
G = 18.83%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D261D0 (or 0xD261D0) is known color: Orchid. HEX triplet: D2, 61 and D0. RGB value is (210,97,208). Sum of RGB (Red+Green+Blue) = 210+97+208=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D261D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261D0 is #2D9E2F. Grayscale: #8F8F8F. Windows color (decimal): -2989616 or 13656530. OLE color: 13656530.

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

Color convert

RGB 210 97 208 -
CMYK 0 0.54 0.01 0.18
HSL 301.06º 0.56% 0.6% -
HSV(B) 301.06º 0.54% 0.82% -
XYZ 42.24 26.81 62.62 -
YUV 143.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 210 97 208 0 0.54 0.01 0.18 301.06 0.56 0.6
Hex D2 61 D0 0 36 1 12 12D 38 3C
Octal 322 141 320 0 66 1 22 455 70 74
Binary 11010010 1100001 11010000 0 110110 1 10010 100101101 111000 111100

Color Harmonies of #D261D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261D0

Black with #D261D0

Text Example


Text Example

White with #D261D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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