Html Css Color HEX #D061DE Orchid

📋 copy color: '#D061DE'

red 208 ◦ green 97 ◦ blue 222

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

Shades of Orchid #D061DE

Tints of Orchid #D061DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 39.47%
G = 18.41%
B = 42.13%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D061DE (or 0xD061DE) is known color: Orchid. HEX triplet: D0, 61 and DE. RGB value is (208,97,222). Sum of RGB (Red+Green+Blue) = 208+97+222=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #D061DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061DE is #2F9E21. Grayscale: #909090. Windows color (decimal): -3120674 or 14574032. OLE color: 14574032.

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

Color convert

RGB 208 97 222 -
CMYK 0.06 0.56 0 0.13
HSL 293.28º 0.65% 0.63% -
HSV(B) 293.28º 0.56% 0.87% -
XYZ 43.47 27.23 72.07 -
YUV 144.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 208 97 222 0.06 0.56 0 0.13 293.28 0.65 0.63
Hex D0 61 DE 6 38 0 D 125 41 3F
Octal 320 141 336 6 70 0 15 445 101 77
Binary 11010000 1100001 11011110 110 111000 0 1101 100100101 1000001 111111

Color Harmonies of #D061DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061DE

Black with #D061DE

Text Example


Text Example

White with #D061DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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