Html Css Color HEX #D060DB Orchid

📋 copy color: '#D060DB'

red 208 ◦ green 96 ◦ blue 219

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

Shades of Orchid #D060DB

Tints of Orchid #D060DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 39.77%
G = 18.36%
B = 41.87%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D060DB (or 0xD060DB) is known color: Orchid. HEX triplet: D0, 60 and DB. RGB value is (208,96,219). Sum of RGB (Red+Green+Blue) = 208+96+219=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D060DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DB is #2F9F24. Grayscale: #8F8F8F. Windows color (decimal): -3120933 or 14377168. OLE color: 14377168.

HSL color Cylindrical-coordinate representation of color #D060DB: hue angle of 294.63º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D060DB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 96 219 -
CMYK 0.05 0.56 0 0.14
HSL 294.63º 0.63% 0.62% -
HSV(B) 294.63º 0.56% 0.86% -
XYZ 42.98 26.89 69.94 -
YUV 143.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 208 96 219 0.05 0.56 0 0.14 294.63 0.63 0.62
Hex D0 60 DB 5 38 0 E 127 3F 3E
Octal 320 140 333 5 70 0 16 447 77 76
Binary 11010000 1100000 11011011 101 111000 0 1110 100100111 111111 111110

Color Harmonies of #D060DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060DB

Black with #D060DB

Text Example


Text Example

White with #D060DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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