Html Css Color HEX #D060CF Orchid

📋 copy color: '#D060CF'

red 208 ◦ green 96 ◦ blue 207

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

Shades of Orchid #D060CF

Tints of Orchid #D060CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 40.7%
G = 18.79%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D060CF (or 0xD060CF) is known color: Orchid. HEX triplet: D0, 60 and CF. RGB value is (208,96,207). Sum of RGB (Red+Green+Blue) = 208+96+207=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D060CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060CF is #2F9F30. Grayscale: #8D8D8D. Windows color (decimal): -3120945 or 13590736. OLE color: 13590736.

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

Color convert

RGB 208 96 207 -
CMYK 0 0.54 0.00 0.18
HSL 300.54º 0.54% 0.6% -
HSV(B) 300.54º 0.54% 0.82% -
XYZ 41.46 26.28 61.92 -
YUV 142.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 208 96 207 0 0.54 0.00 0.18 300.54 0.54 0.6
Hex D0 60 CF 0 36 0 12 12D 36 3C
Octal 320 140 317 0 66 0 22 455 66 74
Binary 11010000 1100000 11001111 0 110110 0 10010 100101101 110110 111100

Color Harmonies of #D060CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060CF

Black with #D060CF

Text Example


Text Example

White with #D060CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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