Html Css Color HEX #D261DC Orchid

📋 copy color: '#D261DC'

red 210 ◦ green 97 ◦ blue 220

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

Shades of Orchid #D261DC

Tints of Orchid #D261DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 39.85%
G = 18.41%
B = 41.75%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D261DC (or 0xD261DC) is known color: Orchid. HEX triplet: D2, 61 and DC. RGB value is (210,97,220). Sum of RGB (Red+Green+Blue) = 210+97+220=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #D261DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261DC is #2D9E23. Grayscale: #909090. Windows color (decimal): -2989604 or 14442962. OLE color: 14442962.

HSL color Cylindrical-coordinate representation of color #D261DC: hue angle of 295.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D261DC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 97 220 -
CMYK 0.05 0.56 0 0.14
HSL 295.12º 0.64% 0.62% -
HSV(B) 295.12º 0.56% 0.86% -
XYZ 43.77 27.42 70.7 -
YUV 144.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 210 97 220 0.05 0.56 0 0.14 295.12 0.64 0.62
Hex D2 61 DC 5 38 0 E 127 40 3E
Octal 322 141 334 5 70 0 16 447 100 76
Binary 11010010 1100001 11011100 101 111000 0 1110 100100111 1000000 111110

Color Harmonies of #D261DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261DC

Black with #D261DC

Text Example


Text Example

White with #D261DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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