Html Css Color HEX #D260DD Orchid

📋 copy color: '#D260DD'

red 210 ◦ green 96 ◦ blue 221

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

Shades of Orchid #D260DD

Tints of Orchid #D260DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 39.85%
G = 18.22%
B = 41.94%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D260DD (or 0xD260DD) is known color: Orchid. HEX triplet: D2, 60 and DD. RGB value is (210,96,221). Sum of RGB (Red+Green+Blue) = 210+96+221=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D260DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260DD is #2D9F22. Grayscale: #8F8F8F. Windows color (decimal): -2989859 or 14508242. OLE color: 14508242.

HSL color Cylindrical-coordinate representation of color #D260DD: hue angle of 294.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D260DD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 96 221 -
CMYK 0.05 0.57 0 0.13
HSL 294.72º 0.65% 0.62% -
HSV(B) 294.72º 0.57% 0.87% -
XYZ 43.81 27.29 71.36 -
YUV 144.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 210 96 221 0.05 0.57 0 0.13 294.72 0.65 0.62
Hex D2 60 DD 5 39 0 D 127 41 3E
Octal 322 140 335 5 71 0 15 447 101 76
Binary 11010010 1100000 11011101 101 111001 0 1101 100100111 1000001 111110

Color Harmonies of #D260DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260DD

Black with #D260DD

Text Example


Text Example

White with #D260DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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