Html Css Color HEX #D05ED7 Orchid

📋 copy color: '#D05ED7'

red 208 ◦ green 94 ◦ blue 215

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

Shades of Orchid #D05ED7

Tints of Orchid #D05ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.18%

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 40.23%
G = 18.18%
B = 41.59%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D05ED7 (or 0xD05ED7) is known color: Orchid. HEX triplet: D0, 5E and D7. RGB value is (208,94,215). Sum of RGB (Red+Green+Blue) = 208+94+215=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #D05ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ED7 is #2FA128. Grayscale: #8D8D8D. Windows color (decimal): -3121449 or 14114512. OLE color: 14114512.

HSL color Cylindrical-coordinate representation of color #D05ED7: hue angle of 296.53º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05ED7 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 94 215 -
CMYK 0.03 0.56 0 0.16
HSL 296.53º 0.6% 0.61% -
HSV(B) 296.53º 0.56% 0.84% -
XYZ 42.28 26.32 67.14 -
YUV 141.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 208 94 215 0.03 0.56 0 0.16 296.53 0.6 0.61
Hex D0 5E D7 3 38 0 10 129 3C 3D
Octal 320 136 327 3 70 0 20 451 74 75
Binary 11010000 1011110 11010111 11 111000 0 10000 100101001 111100 111101

Color Harmonies of #D05ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ED7

Black with #D05ED7

Text Example


Text Example

White with #D05ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ED7; }

 p { color: rgb(208,94,215); }

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

background-color css

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

 a { background-color: rgb(208,94,215); }

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

border-color css

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

 span { border-color: rgb(208,94,215); }

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