Html Css Color HEX #D05FCD Orchid

📋 copy color: '#D05FCD'

red 208 ◦ green 95 ◦ blue 205

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

Shades of Orchid #D05FCD

Tints of Orchid #D05FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 40.94%
G = 18.7%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D05FCD (or 0xD05FCD) is known color: Orchid. HEX triplet: D0, 5F and CD. RGB value is (208,95,205). Sum of RGB (Red+Green+Blue) = 208+95+205=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FCD is #2FA032. Grayscale: #8D8D8D. Windows color (decimal): -3121203 or 13459408. OLE color: 13459408.

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

Color convert

RGB 208 95 205 -
CMYK 0 0.54 0.01 0.18
HSL 301.59º 0.55% 0.59% -
HSV(B) 301.59º 0.54% 0.82% -
XYZ 41.12 26 60.61 -
YUV 141.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 208 95 205 0 0.54 0.01 0.18 301.59 0.55 0.59
Hex D0 5F CD 0 36 1 12 12E 37 3B
Octal 320 137 315 0 66 1 22 456 67 73
Binary 11010000 1011111 11001101 0 110110 1 10010 100101110 110111 111011

Color Harmonies of #D05FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FCD

Black with #D05FCD

Text Example


Text Example

White with #D05FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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