Html Css Color HEX #D060DA Orchid

📋 copy color: '#D060DA'

red 208 ◦ green 96 ◦ blue 218

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

Shades of Orchid #D060DA

Tints of Orchid #D060DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 39.85%
G = 18.39%
B = 41.76%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D060DA (or 0xD060DA) is known color: Orchid. HEX triplet: D0, 60 and DA. RGB value is (208,96,218). Sum of RGB (Red+Green+Blue) = 208+96+218=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #D060DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DA is #2F9F25. Grayscale: #8F8F8F. Windows color (decimal): -3120934 or 14311632. OLE color: 14311632.

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

Color convert

RGB 208 96 218 -
CMYK 0.05 0.56 0 0.15
HSL 295.08º 0.62% 0.62% -
HSV(B) 295.08º 0.56% 0.85% -
XYZ 42.85 26.84 69.25 -
YUV 143.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 208 96 218 0.05 0.56 0 0.15 295.08 0.62 0.62
Hex D0 60 DA 5 38 0 F 127 3E 3E
Octal 320 140 332 5 70 0 17 447 76 76
Binary 11010000 1100000 11011010 101 111000 0 1111 100100111 111110 111110

Color Harmonies of #D060DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060DA

Black with #D060DA

Text Example


Text Example

White with #D060DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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