Html Css Color HEX #D261DA Orchid

📋 copy color: '#D261DA'

red 210 ◦ green 97 ◦ blue 218

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

Shades of Orchid #D261DA

Tints of Orchid #D261DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 40%
G = 18.48%
B = 41.52%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D261DA (or 0xD261DA) is known color: Orchid. HEX triplet: D2, 61 and DA. RGB value is (210,97,218). Sum of RGB (Red+Green+Blue) = 210+97+218=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D261DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261DA is #2D9E25. Grayscale: #909090. Windows color (decimal): -2989606 or 14311890. OLE color: 14311890.

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

Color convert

RGB 210 97 218 -
CMYK 0.04 0.56 0 0.15
HSL 296.03º 0.62% 0.62% -
HSV(B) 296.03º 0.56% 0.85% -
XYZ 43.51 27.31 69.31 -
YUV 144.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 210 97 218 0.04 0.56 0 0.15 296.03 0.62 0.62
Hex D2 61 DA 4 38 0 F 128 3E 3E
Octal 322 141 332 4 70 0 17 450 76 76
Binary 11010010 1100001 11011010 100 111000 0 1111 100101000 111110 111110

Color Harmonies of #D261DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261DA

Black with #D261DA

Text Example


Text Example

White with #D261DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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