Html Css Color HEX #D060D0 Orchid

📋 copy color: '#D060D0'

red 208 ◦ green 96 ◦ blue 208

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

Shades of Orchid #D060D0

Tints of Orchid #D060D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 40.63%
G = 18.75%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D060D0 (or 0xD060D0) is known color: Orchid. HEX triplet: D0, 60 and D0. RGB value is (208,96,208). Sum of RGB (Red+Green+Blue) = 208+96+208=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D060D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060D0 is #2F9F2F. Grayscale: #8D8D8D. Windows color (decimal): -3120944 or 13656272. OLE color: 13656272.

HSL color Cylindrical-coordinate representation of color #D060D0: hue angle of 300º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D060D0 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 208 -
CMYK 0 0.54 0 0.18
HSL 300º 0.54% 0.6% -
HSV(B) 300º 0.54% 0.82% -
XYZ 41.58 26.33 62.57 -
YUV 142.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 208 96 208 0 0.54 0 0.18 300 0.54 0.6
Hex D0 60 D0 0 36 0 12 12C 36 3C
Octal 320 140 320 0 66 0 22 454 66 74
Binary 11010000 1100000 11010000 0 110110 0 10010 100101100 110110 111100

Color Harmonies of #D060D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060D0

Black with #D060D0

Text Example


Text Example

White with #D060D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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