Html Css Color HEX #D061DF Orchid

📋 copy color: '#D061DF'

red 208 ◦ green 97 ◦ blue 223

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

Shades of Orchid #D061DF

Tints of Orchid #D061DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.37%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 39.39%
G = 18.37%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D061DF (or 0xD061DF) is known color: Orchid. HEX triplet: D0, 61 and DF. RGB value is (208,97,223). Sum of RGB (Red+Green+Blue) = 208+97+223=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #D061DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061DF is #2F9E20. Grayscale: #909090. Windows color (decimal): -3120673 or 14639568. OLE color: 14639568.

HSL color Cylindrical-coordinate representation of color #D061DF: hue angle of 292.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D061DF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 97 223 -
CMYK 0.07 0.57 0 0.13
HSL 292.86º 0.66% 0.63% -
HSV(B) 292.86º 0.57% 0.87% -
XYZ 43.61 27.29 72.78 -
YUV 144.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 208 97 223 0.07 0.57 0 0.13 292.86 0.66 0.63
Hex D0 61 DF 7 39 0 D 125 42 3F
Octal 320 141 337 7 71 0 15 445 102 77
Binary 11010000 1100001 11011111 111 111001 0 1101 100100101 1000010 111111

Color Harmonies of #D061DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061DF

Black with #D061DF

Text Example


Text Example

White with #D061DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061DF; }

 p { color: rgb(208,97,223); }

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

background-color css

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

 a { background-color: rgb(208,97,223); }

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

border-color css

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

 span { border-color: rgb(208,97,223); }

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