Html Css Color HEX #D260DA Orchid

📋 copy color: '#D260DA'

red 210 ◦ green 96 ◦ blue 218

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

Shades of Orchid #D260DA

Tints of Orchid #D260DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.32%

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

R = 40.08%
G = 18.32%
B = 41.6%

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

#D260DA (or 0xD260DA) is known color: Orchid. HEX triplet: D2, 60 and DA. RGB value is (210,96,218). Sum of RGB (Red+Green+Blue) = 210+96+218=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #D260DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260DA is #2D9F25. Grayscale: #8F8F8F. Windows color (decimal): -2989862 or 14311634. OLE color: 14311634.

HSL color Cylindrical-coordinate representation of color #D260DA: hue angle of 296.07º 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 #D260DA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 96 218 -
CMYK 0.04 0.56 0 0.15
HSL 296.07º 0.62% 0.62% -
HSV(B) 296.07º 0.56% 0.85% -
XYZ 43.42 27.13 69.28 -
YUV 143.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 210 96 218 0.04 0.56 0 0.15 296.07 0.62 0.62
Hex D2 60 DA 4 38 0 F 128 3E 3E
Octal 322 140 332 4 70 0 17 450 76 76
Binary 11010010 1100000 11011010 100 111000 0 1111 100101000 111110 111110

Color Harmonies of #D260DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260DA

Black with #D260DA

Text Example


Text Example

White with #D260DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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