Html Css Color HEX #D260DF Orchid

📋 copy color: '#D260DF'

red 210 ◦ green 96 ◦ blue 223

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

Shades of Orchid #D260DF

Tints of Orchid #D260DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 39.7%
G = 18.15%
B = 42.16%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D260DF (or 0xD260DF) is known color: Orchid. HEX triplet: D2, 60 and DF. RGB value is (210,96,223). Sum of RGB (Red+Green+Blue) = 210+96+223=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D260DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260DF is #2D9F20. Grayscale: #909090. Windows color (decimal): -2989857 or 14639314. OLE color: 14639314.

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

Color convert

RGB 210 96 223 -
CMYK 0.06 0.57 0 0.13
HSL 293.86º 0.66% 0.63% -
HSV(B) 293.86º 0.57% 0.87% -
XYZ 44.08 27.4 72.78 -
YUV 144.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 210 96 223 0.06 0.57 0 0.13 293.86 0.66 0.63
Hex D2 60 DF 6 39 0 D 126 42 3F
Octal 322 140 337 6 71 0 15 446 102 77
Binary 11010010 1100000 11011111 110 111001 0 1101 100100110 1000010 111111

Color Harmonies of #D260DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260DF

Black with #D260DF

Text Example


Text Example

White with #D260DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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