Html Css Color HEX #D085C7 Orchid

📋 copy color: '#D085C7'

red 208 ◦ green 133 ◦ blue 199

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

Shades of Orchid #D085C7

Tints of Orchid #D085C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 38.52%
G = 24.63%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D085C7 (or 0xD085C7) is known color: Orchid. HEX triplet: D0, 85 and C7. RGB value is (208,133,199). Sum of RGB (Red+Green+Blue) = 208+133+199=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D085C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085C7 is #2F7A38. Grayscale: #A2A2A2. Windows color (decimal): -3111481 or 13075920. OLE color: 13075920.

HSL color Cylindrical-coordinate representation of color #D085C7: hue angle of 307.2º 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 #D085C7 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 199 -
CMYK 0 0.36 0.04 0.18
HSL 307.2º 0.44% 0.67% -
HSV(B) 307.2º 0.36% 0.82% -
XYZ 44.71 34.31 58.3 -
YUV 162.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 208 133 199 0 0.36 0.04 0.18 307.2 0.44 0.67
Hex D0 85 C7 0 24 4 12 133 2C 43
Octal 320 205 307 0 44 4 22 463 54 103
Binary 11010000 10000101 11000111 0 100100 100 10010 100110011 101100 1000011

Color Harmonies of #D085C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085C7

Black with #D085C7

Text Example


Text Example

White with #D085C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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