Html Css Color HEX #D05FDA Orchid

📋 copy color: '#D05FDA'

red 208 ◦ green 95 ◦ blue 218

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

Shades of Orchid #D05FDA

Tints of Orchid #D05FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 39.92%
G = 18.23%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D05FDA (or 0xD05FDA) is known color: Orchid. HEX triplet: D0, 5F and DA. RGB value is (208,95,218). Sum of RGB (Red+Green+Blue) = 208+95+218=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #D05FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FDA is #2FA025. Grayscale: #8E8E8E. Windows color (decimal): -3121190 or 14311376. OLE color: 14311376.

HSL color Cylindrical-coordinate representation of color #D05FDA: hue angle of 295.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05FDA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 95 218 -
CMYK 0.05 0.56 0 0.15
HSL 295.12º 0.62% 0.61% -
HSV(B) 295.12º 0.56% 0.85% -
XYZ 42.76 26.66 69.22 -
YUV 142.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 208 95 218 0.05 0.56 0 0.15 295.12 0.62 0.61
Hex D0 5F DA 5 38 0 F 127 3E 3D
Octal 320 137 332 5 70 0 17 447 76 75
Binary 11010000 1011111 11011010 101 111000 0 1111 100100111 111110 111101

Color Harmonies of #D05FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FDA

Black with #D05FDA

Text Example


Text Example

White with #D05FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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