Html Css Color HEX #D085CD Orchid

📋 copy color: '#D085CD'

red 208 ◦ green 133 ◦ blue 205

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

Shades of Orchid #D085CD

Tints of Orchid #D085CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.36%

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

R = 38.1%
G = 24.36%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D085CD (or 0xD085CD) is known color: Orchid. HEX triplet: D0, 85 and CD. RGB value is (208,133,205). Sum of RGB (Red+Green+Blue) = 208+133+205=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D085CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085CD is #2F7A32. Grayscale: #A3A3A3. Windows color (decimal): -3111475 or 13469136. OLE color: 13469136.

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

Color convert

RGB 208 133 205 -
CMYK 0 0.36 0.01 0.18
HSL 302.4º 0.44% 0.67% -
HSV(B) 302.4º 0.36% 0.82% -
XYZ 45.42 34.59 62.04 -
YUV 163.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 208 133 205 0 0.36 0.01 0.18 302.4 0.44 0.67
Hex D0 85 CD 0 24 1 12 12E 2C 43
Octal 320 205 315 0 44 1 22 456 54 103
Binary 11010000 10000101 11001101 0 100100 1 10010 100101110 101100 1000011

Color Harmonies of #D085CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085CD

Black with #D085CD

Text Example


Text Example

White with #D085CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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