Html Css Color HEX #D061E5 Orchid

📋 copy color: '#D061E5'

red 208 ◦ green 97 ◦ blue 229

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

Shades of Orchid #D061E5

Tints of Orchid #D061E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 38.95%
G = 18.16%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D061E5 (or 0xD061E5) is known color: Orchid. HEX triplet: D0, 61 and E5. RGB value is (208,97,229). Sum of RGB (Red+Green+Blue) = 208+97+229=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #D061E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061E5 is #2F9E1A. Grayscale: #909090. Windows color (decimal): -3120667 or 15032784. OLE color: 15032784.

HSL color Cylindrical-coordinate representation of color #D061E5: hue angle of 290.45º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D061E5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 97 229 -
CMYK 0.09 0.58 0 0.10
HSL 290.45º 0.72% 0.64% -
HSV(B) 290.45º 0.58% 0.9% -
XYZ 44.43 27.62 77.12 -
YUV 145.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 208 97 229 0.09 0.58 0 0.10 290.45 0.72 0.64
Hex D0 61 E5 9 3A 0 A 122 48 40
Octal 320 141 345 11 72 0 12 442 110 100
Binary 11010000 1100001 11100101 1001 111010 0 1010 100100010 1001000 1000000

Color Harmonies of #D061E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061E5

Black with #D061E5

Text Example


Text Example

White with #D061E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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