Html Css Color HEX #D05EDD Orchid

📋 copy color: '#D05EDD'

red 208 ◦ green 94 ◦ blue 221

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

Shades of Orchid #D05EDD

Tints of Orchid #D05EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 39.77%
G = 17.97%
B = 42.26%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D05EDD (or 0xD05EDD) is known color: Orchid. HEX triplet: D0, 5E and DD. RGB value is (208,94,221). Sum of RGB (Red+Green+Blue) = 208+94+221=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #D05EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDD is #2FA122. Grayscale: #8E8E8E. Windows color (decimal): -3121443 or 14507728. OLE color: 14507728.

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

Color convert

RGB 208 94 221 -
CMYK 0.06 0.57 0 0.13
HSL 293.86º 0.65% 0.62% -
HSV(B) 293.86º 0.57% 0.87% -
XYZ 43.07 26.64 71.28 -
YUV 142.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 208 94 221 0.06 0.57 0 0.13 293.86 0.65 0.62
Hex D0 5E DD 6 39 0 D 126 41 3E
Octal 320 136 335 6 71 0 15 446 101 76
Binary 11010000 1011110 11011101 110 111001 0 1101 100100110 1000001 111110

Color Harmonies of #D05EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EDD

Black with #D05EDD

Text Example


Text Example

White with #D05EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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