Html Css Color HEX #D05FD2 Orchid

📋 copy color: '#D05FD2'

red 208 ◦ green 95 ◦ blue 210

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

Shades of Orchid #D05FD2

Tints of Orchid #D05FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.94%

R = 40.55%
G = 18.52%
B = 40.94%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D05FD2 (or 0xD05FD2) is known color: Orchid. HEX triplet: D0, 5F and D2. RGB value is (208,95,210). Sum of RGB (Red+Green+Blue) = 208+95+210=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #D05FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FD2 is #2FA02D. Grayscale: #8D8D8D. Windows color (decimal): -3121198 or 13787088. OLE color: 13787088.

HSL color Cylindrical-coordinate representation of color #D05FD2: hue angle of 298.96º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05FD2 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 210 -
CMYK 0.01 0.55 0 0.18
HSL 298.96º 0.56% 0.6% -
HSV(B) 298.96º 0.55% 0.82% -
XYZ 41.74 26.25 63.84 -
YUV 141.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 208 95 210 0.01 0.55 0 0.18 298.96 0.56 0.6
Hex D0 5F D2 1 37 0 12 12B 38 3C
Octal 320 137 322 1 67 0 22 453 70 74
Binary 11010000 1011111 11010010 1 110111 0 10010 100101011 111000 111100

Color Harmonies of #D05FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FD2

Black with #D05FD2

Text Example


Text Example

White with #D05FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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