Html Css Color HEX #D060DF Orchid

📋 copy color: '#D060DF'

red 208 ◦ green 96 ◦ blue 223

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

Shades of Orchid #D060DF

Tints of Orchid #D060DF

RGB

 RED value IS 208 (81.64% from 255) = 39.47%

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

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

R = 39.47%
G = 18.22%
B = 42.31%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D060DF (or 0xD060DF) is known color: Orchid. HEX triplet: D0, 60 and DF. RGB value is (208,96,223). Sum of RGB (Red+Green+Blue) = 208+96+223=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #D060DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DF is #2F9F20. Grayscale: #8F8F8F. Windows color (decimal): -3120929 or 14639312. OLE color: 14639312.

HSL color Cylindrical-coordinate representation of color #D060DF: hue angle of 292.91º 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 #D060DF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 96 223 -
CMYK 0.07 0.57 0 0.13
HSL 292.91º 0.66% 0.63% -
HSV(B) 292.91º 0.57% 0.87% -
XYZ 43.51 27.1 72.75 -
YUV 143.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 208 96 223 0.07 0.57 0 0.13 292.91 0.66 0.63
Hex D0 60 DF 7 39 0 D 125 42 3F
Octal 320 140 337 7 71 0 15 445 102 77
Binary 11010000 1100000 11011111 111 111001 0 1101 100100101 1000010 111111

Color Harmonies of #D060DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060DF

Black with #D060DF

Text Example


Text Example

White with #D060DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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