Html Css Color HEX #D05FDD Orchid

📋 copy color: '#D05FDD'

red 208 ◦ green 95 ◦ blue 221

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

Shades of Orchid #D05FDD

Tints of Orchid #D05FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.13%

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

R = 39.69%
G = 18.13%
B = 42.18%

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

#D05FDD (or 0xD05FDD) is known color: Orchid. HEX triplet: D0, 5F and DD. RGB value is (208,95,221). Sum of RGB (Red+Green+Blue) = 208+95+221=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #D05FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FDD is #2FA022. Grayscale: #8E8E8E. Windows color (decimal): -3121187 or 14507984. OLE color: 14507984.

HSL color Cylindrical-coordinate representation of color #D05FDD: hue angle of 293.81º 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 #D05FDD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 95 221 -
CMYK 0.06 0.57 0 0.13
HSL 293.81º 0.65% 0.62% -
HSV(B) 293.81º 0.57% 0.87% -
XYZ 43.16 26.81 71.31 -
YUV 143.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 208 95 221 0.06 0.57 0 0.13 293.81 0.65 0.62
Hex D0 5F DD 6 39 0 D 126 41 3E
Octal 320 137 335 6 71 0 15 446 101 76
Binary 11010000 1011111 11011101 110 111001 0 1101 100100110 1000001 111110

Color Harmonies of #D05FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FDD

Black with #D05FDD

Text Example


Text Example

White with #D05FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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