Html Css Color HEX #D060CE Orchid

📋 copy color: '#D060CE'

red 208 ◦ green 96 ◦ blue 206

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

Shades of Orchid #D060CE

Tints of Orchid #D060CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 40.78%
G = 18.82%
B = 40.39%

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

#D060CE (or 0xD060CE) is known color: Orchid. HEX triplet: D0, 60 and CE. RGB value is (208,96,206). Sum of RGB (Red+Green+Blue) = 208+96+206=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D060CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060CE is #2F9F31. Grayscale: #8D8D8D. Windows color (decimal): -3120946 or 13525200. OLE color: 13525200.

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

Color convert

RGB 208 96 206 -
CMYK 0 0.54 0.01 0.18
HSL 301.07º 0.54% 0.6% -
HSV(B) 301.07º 0.54% 0.82% -
XYZ 41.34 26.23 61.28 -
YUV 142.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 208 96 206 0 0.54 0.01 0.18 301.07 0.54 0.6
Hex D0 60 CE 0 36 1 12 12D 36 3C
Octal 320 140 316 0 66 1 22 455 66 74
Binary 11010000 1100000 11001110 0 110110 1 10010 100101101 110110 111100

Color Harmonies of #D060CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060CE

Black with #D060CE

Text Example


Text Example

White with #D060CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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