Html Css Color HEX #D060CD Orchid

📋 copy color: '#D060CD'

red 208 ◦ green 96 ◦ blue 205

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

Shades of Orchid #D060CD

Tints of Orchid #D060CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 40.86%
G = 18.86%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D060CD (or 0xD060CD) is known color: Orchid. HEX triplet: D0, 60 and CD. RGB value is (208,96,205). Sum of RGB (Red+Green+Blue) = 208+96+205=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D060CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060CD is #2F9F32. Grayscale: #8D8D8D. Windows color (decimal): -3120947 or 13459664. OLE color: 13459664.

HSL color Cylindrical-coordinate representation of color #D060CD: hue angle of 301.61º 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 #D060CD is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 205 -
CMYK 0 0.54 0.01 0.18
HSL 301.61º 0.54% 0.6% -
HSV(B) 301.61º 0.54% 0.82% -
XYZ 41.21 26.18 60.64 -
YUV 141.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 208 96 205 0 0.54 0.01 0.18 301.61 0.54 0.6
Hex D0 60 CD 0 36 1 12 12E 36 3C
Octal 320 140 315 0 66 1 22 456 66 74
Binary 11010000 1100000 11001101 0 110110 1 10010 100101110 110110 111100

Color Harmonies of #D060CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060CD

Black with #D060CD

Text Example


Text Example

White with #D060CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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